14 lines
405 B
YAML
14 lines
405 B
YAML
# 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
|