gpt4free
gpt4free copied to clipboard
Is any provider usable?
Known Issues // delete this I have tried each one provider one by one, and none of them seems to work. Some returns 500 errors, some fails to connect, and others times out. I wonder if any other of you have usame issues to me , and if there are any functional providers that someone can use.
Maybe it is a issue with your internet connection. There are about 20 Providers. Some of them have to be work.
Are you on the latest version of g4f?
Right now, there are 15 providers working (2 more providers are also in the work and should be added soon). As @chatgpt-tricks suggested, you may be using an older version of the g4f library. Try to update it using the command:
pip install -U g4f
Then, check again if the providers are working using this code: https://github.com/xtekky/gpt4free/blob/main/etc/testing/test_providers.py
Right now, there are 15 providers working (2 more providers are also in the work and should be added soon). As @chatgpt-tricks suggested, you may be using an older version of the g4f library. Try to update it using the command:
pip install -U g4f
Then, check again if the providers are working using this code: https://github.com/xtekky/gpt4free/blob/main/etc/testing/test_providers.py
all providers reply 500. tried use vpn same problem and sure i on last g4f
I use this code and it seems to work fine with gpt-3.5-turbo, davinci-003 seems to always return ""
code:
` import g4f
response = g4f.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[
{"role": "user", "content": "What is your name?"}
],
)
print(response) `
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.