mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
fix: health-check workflow, add Ollama local LLM, revive active README with dynamic stats
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
@@ -93,3 +93,8 @@ MQTT_BROKER_URL=mqtt://broker.example.internal:1883
|
||||
MQTT_USERNAME=blackroad
|
||||
MQTT_PASSWORD=your-mqtt-password
|
||||
DEVICE_HEARTBEAT_TIMEOUT_SECONDS=300
|
||||
|
||||
# Local Ollama LLM (run models locally, no cloud API key needed)
|
||||
# Start with: ollama serve && ollama pull llama3
|
||||
OLLAMA_BASE_URL=http://localhost:11434
|
||||
OLLAMA_DEFAULT_MODEL=llama3
|
||||
|
||||
Reference in New Issue
Block a user