gpt4free
gpt4free copied to clipboard
All providers failed
does not work with any parameters, with any models, with any providers
import g4f
message_content = sys.argv[1] if len(sys.argv) > 1 else "hello"
response = g4f.ChatCompletion.create(
model='gpt-3.5-turbo',
messages=[{"role": "user", "content": message_content}],
stream=True,
)
for message in response:
print(message, flush=True)
gpt4free# python test.py
Traceback (most recent call last):
File "/root/sentry/sh/gpt4free/test.py", line 41, in
(venv) root@cv3239573:~/sentry/sh/gpt4free# pip list Package Version
....... g4f 0.1.5.6
almost all providers failed
meeeeeeeeeeeee tooooooooooooooooooooo
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.
Mee too!!
Did you test other providers? The providers from the default list are almost not working.
And you should try use a other IP address. I used yesterday a VPN for GeminiPro and then almost other providers was not working anymore for me too
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.
Closing due to inactivity.