chatgpt-web/.env

11 lines
243 B
Bash
Raw Normal View History

2023-02-09 02:18:30 -05:00
# Glob API URL
2023-02-22 09:55:53 -05:00
VITE_GLOB_API_URL=/api
2023-03-23 20:14:51 -04:00
VITE_APP_API_BASE_URL=http://127.0.0.1:3002/
# Whether long replies are supported, which may result in higher API fees
VITE_GLOB_OPEN_LONG_REPLY=false
2023-03-22 07:42:40 -04:00
# When you want to use PWA
VITE_GLOB_APP_PWA=false