Skip to content

Commit

Permalink
continue: init
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jun 18, 2024
1 parent e285e2f commit c60aad8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions continue/.continue/config.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
3 changes: 2 additions & 1 deletion setup_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,9 @@ declare -a stow_dirs_general=(
bat
bemenu
cava
continue
corectrl
cura
electron
espanso
fonts
Expand Down Expand Up @@ -838,7 +840,6 @@ declare -a stow_dirs_general=(
xdg
yt-dlp
yubikey
cura
)

echo "Stowing general configs"
Expand Down

0 comments on commit c60aad8

Please sign in to comment.