File tree Expand file tree Collapse file tree 5 files changed +1
-576
lines changed
Expand file tree Collapse file tree 5 files changed +1
-576
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ gpt4all==2.2.0
1212poe-api-wrapper == 1.7.0
1313python-dotenv == 1.0.0
1414brotli == 1.1.0
15- Helpingai-T2 == 0.5
1615fastapi [standard ]== 0.115.4
1716python-vlc >= 3.0.20
1817httpx >= 0.27.2
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments