-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CohereGenerator
#5984
Comments
Hi @anakin87, I can give it a shot. Do I need to be assigned, or should I go for a PR? |
Hey, @sunilkumardash9! Feel free to open a PR...
with LazyImport(message="Run 'pip install cohere'") as cohere_import:
from cohere import Client |
@anakin I was wondering which cohere endpoint we should go with, Chat or Generate. And what should we return as metadata? If we go with the Chat endpoint, Should we add citations and documents as metadata? |
I'm not an expert on Cohere models. |
@sunilkumardash9 we should use the |
Develop a Generator that uses Cohere models, similar to GPTGenerator.
(@bilgeyucel please add details if you want).
The text was updated successfully, but these errors were encountered: