Skip to content

Commit 3ecf220

Browse files
authored
Merge pull request #185 from yjg30737/feature/general
v1.7.0
2 parents cb4a6c8 + 89357d5 commit 3ecf220

27 files changed

+774
-340
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyqt-openai"
7-
version = "1.6.1"
7+
version = "1.7.0"
88
description = "Python multipurpose chatbot that user can use GPT, other AI models altogether (Release Name: VividNode)"
99
authors = [{ name = "Jung Gyu Yoon", email = "yjg30737@gmail.com" }]
1010
license = { text = "MIT" }
@@ -26,6 +26,7 @@ dependencies = [
2626

2727
"g4f",
2828
"curl_cffi",
29+
"litellm",
2930

3031
"edge-tts"
3132
]

0 commit comments

Comments
 (0)