Initial commit
This commit is contained in:
13
tell-me.ini.example
Normal file
13
tell-me.ini.example
Normal 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
|
||||
Reference in New Issue
Block a user