Skip to content

Commit 382a79c

Browse files
committed
chore: Update dependencies
1 parent b48e829 commit 382a79c

File tree

5 files changed

+1
-576
lines changed

5 files changed

+1
-576
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ gpt4all==2.2.0
1212
poe-api-wrapper==1.7.0
1313
python-dotenv==1.0.0
1414
brotli==1.1.0
15-
Helpingai-T2==0.5
1615
fastapi[standard]==0.115.4
1716
python-vlc>=3.0.20
1817
httpx>=0.27.2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"poe-api-wrapper==1.7.0",
1313
"brotli==1.1.0",
1414
"g4f>=0.3.3.3",
15-
"Helpingai-T2==0.5",
1615
"python-vlc>=3.0.20",
1716
"httpx==0.27.2",
1817
"click==8.1.3",

src/pytgpt/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class this:
7777

7878
default_provider = "auto"
7979

80-
getExc = lambda e: e.args[1] if len(e.args) > 1 else str(e)
80+
getExc = lambda e: e.args[1] if len(e.args) > 1 else str(e) # noqa: E731
8181

8282
context_settings = dict(auto_envvar_prefix="PYTGPT")
8383

src/pytgpt/kimi/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)