blob: 46ed9b16f5f9048fae99f1ae00bd3c8d155c8c18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Completion model
# Chat model
[model.chat.http]
kind = "openai/chat"
model_name = "qwen2.5-coder:7b-instruct-q4_0"
api_endpoint = "http://localhost:11434/v1"
# Embedding model
[model.embedding.http]
kind = "ollama/embedding"
model_name = "nomic-embed-text"
api_endpoint = "http://localhost:11434"
|