Synced repo using 'sync_with_huggingface' Github Action
Browse files- g4f/Provider/Providers/B88.py +1 -1
- requirements.txt +2 -2
g4f/Provider/Providers/B88.py
CHANGED
@@ -13,7 +13,7 @@ models = {
|
|
13 |
model = models.keys()
|
14 |
supports_stream = True
|
15 |
needs_auth = False
|
16 |
-
working =
|
17 |
|
18 |
headers = {
|
19 |
'Content-Type':'application/json',
|
|
|
13 |
model = models.keys()
|
14 |
supports_stream = True
|
15 |
needs_auth = False
|
16 |
+
working = False
|
17 |
|
18 |
headers = {
|
19 |
'Content-Type':'application/json',
|
requirements.txt
CHANGED
@@ -14,8 +14,8 @@ tls-client
|
|
14 |
free-proxy
|
15 |
fastapi[all]==0.100.0
|
16 |
slack-sdk==3.21.3
|
17 |
-
poe-api==0.
|
18 |
-
vercel-llm-api==0.3.
|
19 |
beautifulsoup4==4.12.2
|
20 |
translate
|
21 |
python-socketio
|
|
|
14 |
free-proxy
|
15 |
fastapi[all]==0.100.0
|
16 |
slack-sdk==3.21.3
|
17 |
+
poe-api==0.5.2
|
18 |
+
vercel-llm-api==0.3.1
|
19 |
beautifulsoup4==4.12.2
|
20 |
translate
|
21 |
python-socketio
|