diff --git a/.continue/config/config.yaml b/.continue/config/config.yaml new file mode 100644 index 0000000..2a054a8 --- /dev/null +++ b/.continue/config/config.yaml @@ -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 \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5e9d7d5..52b01bf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",