Files
tell-me/tell-me.ini.example
Pavel Pivovarov 50a439a499 Initial commit
2025-12-12 11:15:02 +11:00

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