aboutsummaryrefslogtreecommitdiffstats
path: root/src/aichat/config.yaml
blob: b2809b19ad940906a6a84a62ffdecfafe5c70079 (plain)
1
2
3
4
5
6
7
8
9
10
11
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml

rag_embedding_model: ollama:nomic-embed-text
rag_chunk_size: 8192
rag_chunk_overlap: 409
model: ollama:qwen2.5
clients:
- type: openai-compatible
  name: ollama
  api_base: http://localhost:11434/v1
  api_key: __LLM_API_KEY__