Spaces:
Runtime error
Runtime error
File size: 314 Bytes
61ede3b ac919cc 61ede3b 5c631da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Glob API URL
VITE_GLOB_API_URL=/api
VITE_APP_API_BASE_URL=http://127.0.0.1:7860/
# Whether long replies are supported, which may result in higher API fees
VITE_GLOB_OPEN_LONG_REPLY=false
# When you want to use PWA
VITE_GLOB_APP_PWA=false
# 触发弹层提示所需聊天次数
VITE_GLOB_CHAT_TIP_THRESHOLD=6
|