Skip to content

Commit

Permalink
Merge pull request #228 from MichelNivard/patch-fixes
Browse files Browse the repository at this point in the history
Patch fixes
  • Loading branch information
JamesHWade authored Sep 13, 2024
2 parents 7e97c42 + f9f0dcc commit 89f5e36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: gptstudio
Title: Use Large Language Models Directly in your Development Environment
Version: 0.4.0.9006
Version: 0.4.0.9007
Authors@R: c(
person("Michel", "Nivard", , "[email protected]", role = c("aut", "cph")),
person("James", "Wade", , "[email protected]", role = c("aut", "cre", "cph"),
Expand All @@ -21,14 +21,14 @@ BugReports: https://github.com/MichelNivard/gptstudio/issues
Depends:
R (>= 4.1)
Imports:
bsicons,
bsicons (>= 0.1.2),
bslib (>= 0.8.0),
cli,
colorspace,
glue,
htmltools,
htmlwidgets,
httr2,
httr2 (>= 1.0.3),
ids,
jsonlite,
purrr,
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- New styling of chat app. #224
- Add code syntax highlighting to chat app. #224
- Replace curl calls with httr2. #224
- Remove magrittr pipe in favor of base pipe, require R >= 4.1
- Remove magrittr pipe in favor of base pipe, require R >= 4.1 #226
- Tweak app sidebar and set min version of bsicons and httr2 #228

## gptstudio 0.4.0

Expand Down
1 change: 1 addition & 0 deletions R/mod_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mod_app_ui <- function(id,
width = 300,
class = "p-0",
padding = "0.5rem",
tags$div(style = "height: 1px;"),
mod_sidebar_ui(ns("sidebar"), translator)
),
div(
Expand Down

0 comments on commit 89f5e36

Please sign in to comment.