perf: ask user

This commit is contained in:
voocel
2026-03-13 01:15:00 +08:00
parent 7488198461
commit 25e219e934
10 changed files with 677 additions and 28 deletions

View File

@@ -66,7 +66,7 @@ func buildConfig(style string) app.Config {
Provider: provider,
APIKey: apiKey,
BaseURL: baseURL,
ModelName: "stepfun/step-3.5-flash:free",
ModelName: "openrouter/hunter-alpha",
Style: style,
}
return cfg