增加环境配置示例文件

This commit is contained in:
2024-08-13 13:27:17 +08:00
parent 20a6ad14a8
commit abbd116d25
3 changed files with 93 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# The backend API for chat endpoint.
#NEXT_PUBLIC_CHAT_API=http://localhost:8000/api/chat
NEXT_PUBLIC_CHAT_API=http://10.1.6.41:8000/api/chat
#PHOENIX_SERVER_URL=http://localhost:6006/
PHOENIX_SERVER_URL=http://10.1.6.41:6006/
# Let's the user change indexes in LlamaCloud projects
NEXT_PUBLIC_USE_LLAMACLOUD=false