Initial commit

This commit is contained in:
Pavel Pivovarov
2025-12-12 11:15:02 +11:00
parent 21899457fd
commit 50a439a499
9 changed files with 830 additions and 0 deletions

13
tell-me.ini.example Normal file
View File

@@ -0,0 +1,13 @@
[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