Sci-fi-vy commited on
Commit
ec3e957
·
verified ·
1 Parent(s): 46db763

Delete Continue config

Browse files
Files changed (1) hide show
  1. Continue config +0 -40
Continue config DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "models": [
3
- {
4
- "title": "cisai_assistant_lite:latest",
5
- "provider": "ollama",
6
- "model": "cisai_assistant_lite:latest",
7
- "apiBase": "http://10.31.7.78:11434"
8
- },
9
- {
10
- "title": "llama3.1:8b",
11
- "provider": "ollama",
12
- "model": "llama3.1:8b",
13
- "apiBase": "http://10.31.7.78:11434"
14
- },
15
- {
16
- "title": "GPT-4o-mini",
17
- "provider": "openai",
18
- "model": "gpt-4o-mini",
19
- "apiKey": "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"
20
- }
21
- ],
22
- "customCommands": [
23
- {
24
- "name": "test",
25
- "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.",
26
- "description": "Write unit tests for highlighted code"
27
- }
28
- ],
29
- "tabAutocompleteModel": {
30
- "title": "qwen2.5-coder:3b",
31
- "provider": "ollama",
32
- "model": "qwen2.5-coder:3b",
33
- "apiBase": "http://10.31.7.78:11434"
34
- },
35
- "allowAnonymousTelemetry": true,
36
- "embeddingsProvider": {
37
- "provider": "transformers.js"
38
- },
39
- "docs": []
40
- }