Skip to content

Commit

Permalink
Updates ChatGPT to 4o model (#82)
Browse files Browse the repository at this point in the history
* Updates openai package to 4.50.0
* Adds support for image queries
* Updates parseInput util to support attachments
* Does not implement image queries for web API
* Adds support for hidden modal args
* Improves label for ephemeral field on modal

Co-authored-by: Michael Yaworski <mikeyaworski@hotmail.com>
  • Loading branch information
IzqCode and mikeyaworski authored Jun 11, 2024
1 parent 55cef93 commit 25cec3a
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 61 deletions.
222 changes: 197 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"node-notifier": "^9.0.0",
"openai": "^3.3.0",
"openai": "^4.50.0",
"p-limit": "^3.1.0",
"pg": "^8.5.1",
"play-dl": "^1.9.7",
Expand Down
Loading

0 comments on commit 25cec3a

Please sign in to comment.