FINAL FINAL UPDATE

This commit is contained in:
2026-04-12 09:33:56 -04:00
parent 3a995f7c32
commit 8312b5bea6
2 changed files with 1 additions and 16 deletions
-15
View File
@@ -62,19 +62,4 @@ docker-compose up --build
---
## Core Configuration
Before starting services, strictly adhere to configuring your environment files (`.env`) within `/backend`:
```ini
ELEVENLABS_API_KEY=sk_...
ELEVENLABS_VOICE_ID=JBFqnCBsd6RMkjVDRZzb
TERP_AI_BEARER_TOKEN=eyJhbGciOiJSUz...
TERP_AI_CONVERSATION_ID=3a150d8e-bb12-...
MONGODB_URI=mongodb+srv://user:pass@cluster0...
```
> [!TIP]
> Ensure the `.env` mirrors your authentic `x-cosmos-session` headers and bearer tokens exported from a live browser session to prevent immediate 401 Unauthorized timeouts in the Terp AI pipeline.
For IoT clients, update `/m5go/main.py` explicitly to broadcast to your running router IP namespace matching your specific VLAN.