continue re-design
This commit is contained in:
+11
-3
@@ -51,12 +51,12 @@ export const appConfig = {
|
||||
// AI Model Configuration
|
||||
ai: {
|
||||
// Default AI model
|
||||
defaultModel: 'moonshotai/kimi-k2-instruct',
|
||||
defaultModel: 'moonshotai/kimi-k2-instruct-0905',
|
||||
|
||||
// Available models
|
||||
availableModels: [
|
||||
'openai/gpt-5',
|
||||
'moonshotai/kimi-k2-instruct',
|
||||
'moonshotai/kimi-k2-instruct-0905',
|
||||
'anthropic/claude-sonnet-4-20250514',
|
||||
'google/gemini-2.0-flash-exp'
|
||||
],
|
||||
@@ -64,9 +64,17 @@ export const appConfig = {
|
||||
// Model display names
|
||||
modelDisplayNames: {
|
||||
'openai/gpt-5': 'GPT-5',
|
||||
'moonshotai/kimi-k2-instruct': 'Kimi K2 Instruct',
|
||||
'moonshotai/kimi-k2-instruct-0905': 'Kimi K2 (Groq)',
|
||||
'anthropic/claude-sonnet-4-20250514': 'Sonnet 4',
|
||||
'google/gemini-2.0-flash-exp': 'Gemini 2.0 Flash (Experimental)'
|
||||
} as Record<string, string>,
|
||||
|
||||
// Model API configuration
|
||||
modelApiConfig: {
|
||||
'moonshotai/kimi-k2-instruct-0905': {
|
||||
provider: 'groq',
|
||||
model: 'moonshotai/kimi-k2-instruct-0905'
|
||||
}
|
||||
},
|
||||
|
||||
// Temperature settings for non-reasoning models
|
||||
|
||||
Reference in New Issue
Block a user