feat: 支持长回复 (#450)

* 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
This commit is contained in:
Yige
2023-03-10 13:23:22 +08:00
committed by GitHub
parent 133a24e25f
commit 076c56d1d9
3 changed files with 99 additions and 70 deletions

3
.env
View File

@@ -2,3 +2,6 @@
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