13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
[llm]
|
|
# OpenAI-compatible API endpoint (e.g., Ollama, LM Studio)
|
|
api_url = http://localhost:11434/v1
|
|
# Model name to use
|
|
model = llama3.2
|
|
# Context size for the model
|
|
context_size = 16000
|
|
# API key (leave empty if not required)
|
|
api_key =
|
|
|
|
[searxng]
|
|
# SearXNG instance URL
|
|
url = http://localhost:8080 |