Skip to content
Discussion options

You must be logged in to vote

They're already supported, you just need to add them to your models list:

# .env file
ANTHROPIC_MODELS=claude-3-5-sonnet-20240620 # rest omitted
GOOGLE_MODELS=gemini-1.5-flash-latest # rest omitted

In general, new model updates don't require an update to the app, as long as you can configure your list. Updates to the app based on a new model release are more to update pricing/context limits.

Also here's a preview of an unrelated feature (multi-response streaming #3028).

I'm just using it showcase a response from both 3.5-sonnet and gemini-flash

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by pertevniyal
Comment options

You must be logged in to vote
1 reply
@danny-avila
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants