scripts update
This commit is contained in:
57
dev/continue-local-copilot.md
Normal file
57
dev/continue-local-copilot.md
Normal file
@ -0,0 +1,57 @@
|
||||
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"
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user