diff --git a/continue/.continue/config.json b/continue/.continue/config.json new file mode 100644 index 0000000..dd27f0b --- /dev/null +++ b/continue/.continue/config.json @@ -0,0 +1,30 @@ +{ + "models": [ + { + "title": "Llama 3", + "provider": "ollama", + "model": "llama3" + }, + { + "title": "Ollama", + "provider": "ollama", + "model": "AUTODETECT" + } + ], + "customCommands": [ + { + "name": "test", + "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.", + "description": "Write unit tests for highlighted code" + } + ], + "tabAutocompleteModel": { + "title": "Starcoder 15b", + "provider": "ollama", + "model": "starcoder2:15b" + }, + "allowAnonymousTelemetry": false, + "embeddingsProvider": { + "provider": "transformers.js" + } +} \ No newline at end of file diff --git a/setup_all.sh b/setup_all.sh index 3c12d77..10810fb 100755 --- a/setup_all.sh +++ b/setup_all.sh @@ -807,7 +807,9 @@ declare -a stow_dirs_general=( bat bemenu cava + continue corectrl + cura electron espanso fonts @@ -838,7 +840,6 @@ declare -a stow_dirs_general=( xdg yt-dlp yubikey - cura ) echo "Stowing general configs"