This commit is contained in:
30
.continue/config/config.yaml
Normal file
30
.continue/config/config.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
name: Local Assistant
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
models:
|
||||
- name: qwen2.5
|
||||
provider: ollama
|
||||
model: qwen2.5:14b
|
||||
apiBase: http://192.168.0.53
|
||||
roles:
|
||||
- chat
|
||||
- edit
|
||||
- apply
|
||||
- name: qwen3
|
||||
provider: ollama
|
||||
model: qwen3:14b
|
||||
apiBase: http://192.168.0.53
|
||||
roles:
|
||||
- chat
|
||||
- edit
|
||||
- apply
|
||||
|
||||
|
||||
context:
|
||||
- provider: code
|
||||
- provider: docs
|
||||
- provider: diff
|
||||
- provider: terminal
|
||||
- provider: problems
|
||||
- provider: folder
|
||||
- provider: codebase
|
||||
@@ -38,7 +38,7 @@
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "go version",
|
||||
"postCreateCommand": "rm /home/vscode/.continue/config.yaml && ln -s /workspaces/rgb-led-board/.continue/config.yaml /home/vscode/.continue/config/config.yaml",
|
||||
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "vscode",
|
||||
|
||||
Reference in New Issue
Block a user