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
Probably similar to run-llama/llama_index#15250.
The
pyllms/llms/providers/mistral.py
Line 5 in 70ec2a4
Tip: May be interesting to soft fail if a provider cannot be loaded (e.g. show an error message but keep loading as many providers as possible).
The text was updated successfully, but these errors were encountered:
Downgrading mistralai to 0.4.2 works for now as a workaround:
mistralai
0.4.2
pip install mistralai==0.4.2
Sorry, something went wrong.
No branches or pull requests
Probably similar to run-llama/llama_index#15250.
The
pyllms/llms/providers/mistral.py
Line 5 in 70ec2a4
Tip: May be interesting to soft fail if a provider cannot be loaded (e.g. show an error message but keep loading as many providers as possible).
The text was updated successfully, but these errors were encountered: