Skip to content

Commit c6717e2

Browse files
authored
Merge pull request #186 from yjg30737/Dev
v1.7.0
2 parents cb4a6c8 + b5758ef commit c6717e2

27 files changed

+780
-342
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
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,10 +26,11 @@ dependencies = [
2626

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

3031
"edge-tts"
3132
]
32-
keywords = ['openai', 'pyqt', 'pyqt5', 'pyqt6', 'pyside6', 'desktop', 'app', 'chatbot', 'gpt', 'replicate', 'gemini', 'claude', 'llama', 'llm', 'gpt4free']
33+
keywords = ['openai', 'pyqt', 'pyqt5', 'pyqt6', 'pyside6', 'desktop', 'app', 'chatbot', 'gpt', 'replicate', 'gemini', 'claude', 'llama', 'llm', 'gpt4free', 'litellm']
3334

3435
requires-python = "<3.13, >=3.10"
3536
# PySide6 is not available for Python 3.13 yet

0 commit comments

Comments
 (0)