config file, executable, tray icon

This commit is contained in:
Dobromir Popov
2024-09-10 11:45:17 +03:00
parent 400bccfeec
commit 4974af0678
6 changed files with 51 additions and 12 deletions

View File

@ -1,4 +1,12 @@
//C:\Users\popov\.continue\config.json
{
"models": [ {
"title": "local ollama> yi-coder",
"provider": "ollama",
"model": "yi-coder:9b",
"apiBase": "http://localhost:11434"
}
],
"tabAutocompleteModel": {
"title": "Tab Autocomplete Model",
"provider": "ollama",
@ -8,6 +16,7 @@
}
// original: "tabAutocompleteModel": {
// "title": "Starcoder 3b",
// "provider": "ollama",