blob: 51c4e2bd84d8d93ec60842d2f7e96d4f81aba68d (
plain)
1
2
3
4
5
6
7
8
|
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
model: ollama:qwen2.5
clients:
- type: openai-compatible
name: ollama
api_base: http://localhost:11434/v1
api_key: __LLM_API_KEY__
|