Update .env.local

This commit is contained in:
ctzptt 2024-11-14 01:33:04 +08:00 committed by GitHub
parent b7e90dc530
commit d6b281737c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VITE_GLOB_API_URL=https://api.openai.com/v1/chat/completions
VITE_APP_API_BASE_URL=https://api.openai.com/v1/chat/completions
VITE_OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxx
VITE_OPENAI_API_KEY=${VITE_OPENAI_API_KEY}
VITE_GLOB_OPEN_LONG_REPLY=true
VITE_GLOB_APP_PWA=false