Skip to content
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

feat(models): update Google model configurations #1815

Merged
merged 4 commits into from
Jan 4, 2025

Conversation

gmh5225
Copy link
Contributor

@gmh5225 gmh5225 commented Jan 4, 2025

Relates to

Models configuration update for Google Gemini

  • Add gemini-2.0-flash-exp for SMALL/MEDIUM/LARGE class
  • Update default models to latest versions

Risks

Low - Model configuration update only, no functional changes to core system

Background

What does this PR do?

Updates the Google Gemini model configurations to include latest versions and experimental models:

  • Add gemini-2.0-flash-exp for SMALL/MEDIUM/LARGE class
  • Update default models to latest versions

What kind of change is this?

Updates (new versions of included code)

Documentation changes needed?

My changes do not require a change to the project documentation.

Testing

Where should a reviewer start?

Check the model configurations in packages/core/src/models.ts

Detailed testing steps

  1. Verify model configurations are correctly set for each class:
    • SMALL: gemini-2.0-flash-exp
    • MEDIUM: gemini-2.0-flash-exp
    • LARGE: gemini-2.0-flash-exp
  2. Test model selection logic works with new configurations
  3. Verify fallback to default models works as expected

Deploy Notes

Standard deployment, no special steps required

gmh5225 and others added 3 commits January 4, 2025 21:58
- Add gemini-2.0-flash-exp for SMALL/MEDIUM class
- Add gemini-exp-1206 for LARGE class
- Update default models to latest versions
Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks much needed

@monilpat monilpat merged commit e115c0c into elizaOS:develop Jan 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants