From 83ca402eff8cf40e6f1dadf3820edaa62237b753 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 28 Dec 2025 00:49:33 +0100 Subject: [PATCH] agents --- .continue/agents/new-config.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .continue/agents/new-config.yaml diff --git a/.continue/agents/new-config.yaml b/.continue/agents/new-config.yaml new file mode 100644 index 0000000..2e0af9b --- /dev/null +++ b/.continue/agents/new-config.yaml @@ -0,0 +1,27 @@ +name: Local Config +version: 1.0.0 +schema: v1 + +models: + - name: Llama 3.1 8B (LAN) + provider: ollama + model: gpt-oss:20b + apiBase: http://truenas:11434/ + roles: + - chat + - edit + - apply + + - name: Qwen2.5-Coder 1.5B (Autocomplete) + provider: ollama + model: gpt-oss:20b + apiBase: http://truenas:11434/ + roles: + - autocomplete + + - name: Nomic Embed + provider: ollama + model: gpt-oss:20b + apiBase: http://truenas:11434/ + roles: + - embed