Styling changes, fixing MCP and default model choices.

This commit is contained in:
DominicJamesWhite
2025-04-09 13:24:34 +02:00
parent b846530531
commit bc36926535
4 changed files with 23 additions and 420 deletions

View File

@@ -64,8 +64,8 @@ export const DEFAULT_CONFIG = {
models: DEFAULT_MODELS as any as LLMModel[],
modelConfig: {
model: "gpt-4o-mini" as ModelType,
providerName: "OpenAI" as ServiceProvider,
model: "gemini-2.5-pro-preview-03-25" as ModelType,
providerName: "Google" as ServiceProvider,
temperature: 0.5,
top_p: 1,
max_tokens: 4000,