Files
scripts/dev/continue-local-copilot.md
Dobromir Popov 8fd4271400 scripts update
2024-09-24 23:30:37 +03:00

58 lines
1.3 KiB
Markdown

config.json location:
win: C:\Users\popov\.continue\config.json
linux: ??
# example:
"tabAutocompleteModel": {
"title": "yi-coder:9b",
"provider": "ollama",
// "model": "stable-code:code",
// "model": "starcoder-3b"
"model": "yi-coder:9b",
// "apiBase": "https://ollama.d-popov.com"
"apiBase": "http://localhost:11434"
},
"allowAnonymousTelemetry": true,
"docs": []
,
"models": [
{
"title": "GPT-4 Vision (Free Trial)",
"provider": "free-trial",
"model": "gpt-4-vision-preview"
},
{
"title": "GPT-3.5-Turbo (Free Trial)",
"provider": "free-trial",
"model": "gpt-3.5-turbo"
},
{
"title": "Gemini Pro (Free Trial)",
"provider": "free-trial",
"model": "gemini-pro"
},
{
"title": "Codellama 70b (Free Trial)",
"provider": "free-trial",
"model": "codellama-70b"
},
{
"title": "Mixtral (Free Trial)",
"provider": "free-trial",
"model": "mistral-8x7b"
},
{
"title": "Claude 3 Sonnet (Free Trial)",
"provider": "free-trial",
"model": "claude-3-sonnet-20240229"
},
{
"title": "ollama> yi-coder:9b",
"provider": "ollama",
"model": "yi-coder:9b",
"apiBase": "https://ollama.d-popov.com"
}
],