scripts update

This commit is contained in:
Dobromir Popov
2024-09-24 23:30:37 +03:00
parent 8c35f98b0d
commit 8fd4271400
3 changed files with 66 additions and 1 deletions

View 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"
}
],