Add support for Google Gemini AI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user