documentation says this directory will work
All checks were successful
build rgb-board / build (push) Successful in 6m3s
All checks were successful
build rgb-board / build (push) Successful in 6m3s
This commit is contained in:
30
.continue/assistants/config.yaml
Normal file
30
.continue/assistants/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
|
||||
Reference in New Issue
Block a user