-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Update to OpenAI 4, enabling GPT-4 and other models from the si…
…te. Fix prompts and tests (#344) * [FIX] Update to OpenAI 4, enabling GPT-4 and other models from the site. Fix prompts and tests * 0.14.4
- Loading branch information
1 parent
c02aee8
commit 853b552
Showing
5 changed files
with
179 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ririko", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"description": "Ririko - A powerful AI-powered general Discord bot that you can call your companion", | ||
"author": "Earnest Angel", | ||
"email": "[email protected]", | ||
|
@@ -85,7 +85,7 @@ | |
"node-fetch": "^3.3.1", | ||
"node-sd-webui": "^0.0.8", | ||
"npm-run-all": "^4.1.5", | ||
"openai": "^3.2.1", | ||
"openai": "^4.29.1", | ||
"parsec": "^2.0.2", | ||
"pino": "^8.14.1", | ||
"pino-pretty": "^10.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.