Add support for Google Gemini AI

This commit is contained in:
microgod
2025-08-12 04:46:12 +01:00
parent efdef874d7
commit e73fa13b1f
7 changed files with 40 additions and 5 deletions
+4 -2
View File
@@ -34,14 +34,16 @@ export const appConfig = {
availableModels: [
'openai/gpt-5',
'moonshotai/kimi-k2-instruct',
'anthropic/claude-sonnet-4-20250514'
'anthropic/claude-sonnet-4-20250514',
'google/gemini-2.5-pro'
],
// Model display names
modelDisplayNames: {
'openai/gpt-5': 'GPT-5',
'moonshotai/kimi-k2-instruct': 'Kimi K2 Instruct',
'anthropic/claude-sonnet-4-20250514': 'Sonnet 4'
'anthropic/claude-sonnet-4-20250514': 'Sonnet 4',
'google/gemini-2.5-pro': 'Gemini 2.5 Pro'
},
// Temperature settings for non-reasoning models