diff --git a/.config/aichat/config.yaml b/.config/aichat/config.yaml new file mode 100644 index 0000000..29cd019 --- /dev/null +++ b/.config/aichat/config.yaml @@ -0,0 +1,13 @@ +# see https://github.com/sigoden/aichat/blob/main/config.example.yaml +keybindings: vi +editor: nvim +model: local:Qwen3-Coder-30B-Instruct-IQ4_XS +clients: +- type: openai-compatible + name: local + api_base: http://192.168.0.204:11343/v1 + models: + - name: Qwen3-Coder-30B-Instruct-IQ4_XS + - name: Qwen3-Coder-30B-A3B-Instruct-UD-Q3_K_XL + - name: llama-3.1-8b-instruct + - name: GLM-4.7-Flash-UD-Q3_K_XL