You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that because 'curl_cffi' does not support uploading files, we have to use 'requests' to upload files. However, this seems to result in an error:
b'{"error": {"type": "permission_error", "message": "We are unable to serve your request"}}'
Chatbot: {'Error: Invalid file format. Please try again.'}
The text was updated successfully, but these errors were encountered:
Hi, I also face this problem. However, I digged into the file "claude_api.py" in line 97 and I change the model from "claude-2" to "claude-2.1" then it works! Hoping that solves your problem.
It seems that because 'curl_cffi' does not support uploading files, we have to use 'requests' to upload files. However, this seems to result in an error:
The text was updated successfully, but these errors were encountered: