-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from yjg30737/hotfix/all
v1.8.2
- Loading branch information
Showing
12 changed files
with
495 additions
and
842 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pyqt-openai" | ||
version = "1.8.1" | ||
version = "1.8.2" | ||
description = "Python multipurpose chatbot that user can use GPT, other AI models altogether (Release Name: VividNode)" | ||
authors = [{ name = "Jung Gyu Yoon", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -17,6 +17,7 @@ dependencies = [ | |
"pyaudio", | ||
"pillow", | ||
"psutil", | ||
"filetype", | ||
|
||
"openai", | ||
"anthropic", | ||
|
@@ -27,7 +28,7 @@ dependencies = [ | |
"docx2txt", | ||
"openpyxl", | ||
|
||
"g4f", | ||
"g4f==0.3.3.4", | ||
"curl_cffi", | ||
"litellm", | ||
|
||
|
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.