-
-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chinese text in the response even if the request is in another language #1094
Comments
pretty sure its yqcloud, could also be acytoo/aitanthu/aichat, but not sure on those |
Can you please tell me how to disable this provider for all g4f logic? |
as per #1064 |
Same issue here too |
sadly didn't help |
@nBalykin When the import g4f
g4f.logging = True # enable
print(
g4f.ChatCompletion.create(
model='gpt-3.5-turbo',
messages=[{"role": "user", "content": "hello"}],
)
) |
I made myself a personal telegram bot with your API. it's magical. but there is a problem. If I use "gpt-3.5-turbo", the api bot often responds with the text 流量异常. I tried to understand through logging which provider it was and simply remove it from the g4f code, but in the log the call goes to RetryProvider.
In this regard, I have two questions:
The text was updated successfully, but these errors were encountered: