-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Update Cohere model IDs #509
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@asmith26 Can you tell us the exact model ID that you're currently using? Can you also provide the output of this command?
|
Hi @dlqqq, I think this is everything you ask for: {
"model_provider_id": "cohere:medium",
"embeddings_provider_id": null,
"send_with_shift_enter": false,
"fields": {},
"api_keys": {
"COHERE_API_KEY": "KEY_THAT_WORKS_WITH_COHERE_PIP_LIB_AS_ABOVE"
}
} Many thanks again! |
how to enable this language model section on Jupyter? Thanks! |
Hey folks, I dug into this issue. I believe this is because Cohere has renamed their models in their API. Previously, the only supported models were Here's the current list of models supported by their Generate API (the one we use, I believe): https://docs.cohere.com/reference/generate |
@dlqqq |
Hi there,
I'm trying to use a Cohere model, but I ask a question in the JupyterLab AI window (Jupyternaut) and I seem to be getting:
In case helpful, this works:
Many thanks for any help, and this amazing lib!
Context
Troubleshoot Output
Command Line Output
The text was updated successfully, but these errors were encountered: