misc settings, ymls and cmds

This commit is contained in:
Dobromir Popov
2024-04-07 20:20:36 +03:00
parent fb96c68f6f
commit 36a8c5a0c3
7 changed files with 82 additions and 7 deletions

15
config.json Normal file
View File

@ -0,0 +1,15 @@
{
"tabAutocompleteModel": {
"title": "Tab Autocomplete Model",
"provider": "ollama",
"model": "stable-code:code",
"apiBase": "https://ollama.d-popov.com"
}
}
// original: "tabAutocompleteModel": {
// "title": "Starcoder 3b",
// "provider": "ollama",
// "model": "starcoder-3b"
// },