mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
config
This commit is contained in:
22
vibe-tools.config.json
Normal file
22
vibe-tools.config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user