mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-03-09 14:37:58 +00:00
* chore: rename environment variables files * docs: update README.md about .env file * feat: support long reply * chore: upgrade chatgpt package and set long reply to false default * chore: set long reply to false default
8 lines
191 B
Bash
8 lines
191 B
Bash
# Glob API URL
|
|
VITE_GLOB_API_URL=/api
|
|
|
|
VITE_APP_API_BASE_URL=http://localhost:3002/
|
|
|
|
# Whether long replies are supported, which may result in higher API fees
|
|
VITE_GLOB_OPEN_LONG_REPLY=false
|