mirror of
https://github.com/aljazceru/signallama.git
synced 2025-12-18 23:24:30 +01:00
5 lines
195 B
Python
5 lines
195 B
Python
SIGNAL_URL='http://localhost:8080', # Your signal-cli-rest-api port
|
|
SIGNAL_NUBMER='+123456'
|
|
OLLAMA_URL='http://localhost:11434',
|
|
OLLAMA_MODEL='qwen3:4b' # Updated to match your available model
|