config
Some checks failed
build rgb-board / build (push) Failing after 22s

This commit is contained in:
2025-05-20 04:26:03 +00:00
parent 1cc6fc5841
commit b972dc761a
2 changed files with 31 additions and 1 deletions

View 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