Add make targets for local chat and router

This commit is contained in:
josedario87
2025-06-04 22:58:59 -06:00
parent 09ecf78434
commit 49fc0d6154
3 changed files with 28 additions and 1 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Copy this file to `.env` and adjust variables as needed
# URL of your LLM agent
LLM_AGENT_URL=http://localhost:8000
# URL of the WhatsApp gateway
OPEN_WA_URL=https://whatsappbot.interno.com/
# Optional custom ports
PORT=3000
ROUTER_PORT=3001