Test
This commit is contained in:
@@ -8,6 +8,13 @@ QUIBOT_TOKEN=MY_SECRET_TOKEN
|
||||
# Backend server config
|
||||
PORT=5000
|
||||
|
||||
# Piper TTS config (optional — local model)
|
||||
PIPER_MODELS_DIR=./piper
|
||||
PIPER_MODEL=./src/ca_ES-upc_ona-medium.onnx
|
||||
|
||||
# Remote Piper TTS service (alternative to local model)
|
||||
PIPER_URL=
|
||||
|
||||
LLAMA_CPP_URL=https://ollama.epsem.aranroig.com/v1/chat/completitions
|
||||
LLAMA_PREAMBLE=./prompts/preamble.md
|
||||
LLAMA_API_KEY=your_api_key
|
||||
Reference in New Issue
Block a user