13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
# Raspberry Pi connection config
|
|
RASPBERRY_PI_HOST=http://raspberrypi.local
|
|
RASPBERRY_PI_PORT=8000
|
|
|
|
# Auth token for API endpoints
|
|
QUIBOT_TOKEN=MY_SECRET_TOKEN
|
|
|
|
# Backend server config
|
|
PORT=5000
|
|
|
|
LLAMA_CPP_URL=https://ollama.epsem.aranroig.com/v1/chat/completitions
|
|
LLAMA_PREAMBLE=./prompts/preamble.md
|
|
LLAMA_API_KEY=your_api_key |