We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I send openai:gpt-3.5-turbo a chat request on russian (for example, "Расскажи больше про себя"), i get an error:
openai:gpt-3.5-turbo
Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/curl_cffi/curl.py", line 53, in write_callback callback(ffi.buffer(ptr, nmemb)[:]) File "/home/vercel_ai.py", line 123, in callback chunks_queue.put(data.decode()) ^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: unexpected end of data
And when I make a chat on Ukrainian with the same model, it gives only part of the text. For example, "Розкажи більше про себе" returned
Звісно, я з радістю розповім більше про себе! ... //answers like usual Щодо моїх функцій, я можу допомогти вам з по
And that's all; it didn't finished his answer.
The text was updated successfully, but these errors were encountered:
Somehow, while trying to ask on russian, i got whole new error:
Traceback (most recent call last): File "/home/vercel_ai.py", line 137, in stream_request chunk = chunks_queue.get(block=True, timeout=0.01) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/queue.py", line 179, in get raise Empty _queue.Empty
Sorry, something went wrong.
Any progress?
We're stuck on an entirely different issue which renders the library unusable 😅
See issue #22
No branches or pull requests
When I send
openai:gpt-3.5-turbo
a chat request on russian (for example, "Расскажи больше про себя"), i get an error:And when I make a chat on Ukrainian with the same model, it gives only part of the text. For example, "Розкажи більше про себе" returned
And that's all; it didn't finished his answer.
The text was updated successfully, but these errors were encountered: