7 lines
178 B
Bash
7 lines
178 B
Bash
# The backend API for chat endpoint.
|
|
NEXT_PUBLIC_CHAT_API=http://localhost:8000/api/chat
|
|
|
|
# Let's the user change indexes in LlamaCloud projects
|
|
NEXT_PUBLIC_USE_LLAMACLOUD=true
|
|
|