Files
bun.sh/vibe-tools.config.json
Alistair Smith 833ee60b5c config
2025-09-22 21:53:25 -07:00

23 lines
483 B
JSON

{
"web": {
"provider": "perplexity",
"model": "sonar-pro"
},
"plan": {
"fileProvider": "gemini",
"thinkingProvider": "anthropic",
"fileModel": "gemini-2.5-flash-preview-05-20",
"thinkingModel": "claude-opus-4-20250514",
"thinkingMaxTokens": 16000
},
"repo": {
"provider": "gemini",
"model": "gemini-2.5-flash-preview-05-20"
},
"doc": {
"provider": "gemini",
"model": "gemini-2.5-flash-preview-05-20"
},
"ide": "cursor"
}