-
Notifications
You must be signed in to change notification settings - Fork 822
Add Cohere as an Inference Provider #2888
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for putting this back together 🤗
It's ready to be merged. @hanouticelina wanna have a last look at it?
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Tests are failing because in CI we are using an hf token and therefore HF routing. This means |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @alexrs-cohere for the contribution! I left a small comment, otherwise it looks good to me 🤗
Co-authored-by: Célina <[email protected]>
Merging this as the CI is now green! 😃 |
* Add Cohere as an Inference Provider * Use new Cohere OpenAI compatible API * Update docs/source/en/guides/inference.md * Update src/huggingface_hub/inference/_providers/cohere.py Co-authored-by: Célina <[email protected]> --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Lucain <[email protected]> Co-authored-by: Célina <[email protected]>
What
Add Cohere as an Inference Provider
What should reviewers focus on?
Is there anything missing in the implementation?
Related to huggingface/huggingface.js#1202