Files
2024-08-13 09:37:23 +08:00

9 lines
222 B
Bash

# The backend API for chat endpoint.
NEXT_PUBLIC_CHAT_API=http://localhost:8000/api/chat
PHOENIX_SERVER_URL=http://localhost:6006/
# Let's the user change indexes in LlamaCloud projects
NEXT_PUBLIC_USE_LLAMACLOUD=false