Conversation
Summary of ChangesHello @0xi4o, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on enhancing the integration with Cohere's chat models by updating the available model list and ensuring the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the list of available models for the ChatCohere node, removing older models and adding several new ones. The node version is also bumped to reflect these changes.
My review has identified two main issues:
- The pricing information for the newly added Cohere models in
models.jsonis incorrect. It appears the same placeholder values have been used for all new models, which do not reflect the official pricing for models like Command R and Command R+. - The default model in
ChatCohere.tshas been changed tocommand-r-plus-08-2024, which is significantly more expensive than the previous default. This could lead to unexpected high costs for users.
I've provided specific suggestions to correct the pricing and to select a more cost-effective default model.
* update chat cohere models * update: chat cohere model pricing and default model
No description provided.