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