-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add the Cohere client name to cohere requests #362
Add the Cohere client name to cohere requests #362
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.
Thanks for the PR! Could you please sign the CLA? :)
Thanks for signing the CLA! I'll get it merged once the test are fixed. |
For the tests what is the expectation for the API keys, do you have a test API key? |
I think the failures are due to the lints? We run a nightly test with our CI API key, so this PR will be fine to merge as long as the changes were tested locally (with a valid API). EDIT: I see that some of the unit tests don't mock the API key correctly. I'm merging the main branch; should hopefully fix those errors. |
Adding the client name to Cohere to support debugging and tracing of requests