feat: Add support for latest AI models from Anthropic, Google, & OpenAI

This commit is contained in:
Samuel Dockery
2025-08-10 07:50:31 -07:00
parent 37cd6d3ab5
commit 1132997108
3 changed files with 29 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ const geminiChatModels: Record<string, string>[] = [
displayName: 'Gemini 2.5 Flash',
key: 'gemini-2.5-flash',
},
{
displayName: 'Gemini 2.5 Flash-Lite',
key: 'gemini-2.5-flash-lite',
},
{
displayName: 'Gemini 2.5 Pro',
key: 'gemini-2.5-pro',