Update .env.local

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

View File

@ -1,11 +1,5 @@
# 基础 URL 设置
VITE_GLOB_API_URL=https://api.openai.com/v1/chat/completions
# OpenAI API 基础路径
VITE_APP_API_BASE_URL=https://api.openai.com/v1/chat/completions
# 是否支持长回复(可选)
VITE_OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxx
VITE_GLOB_OPEN_LONG_REPLY=true
# 是否启用 PWA 支持(可选)
VITE_GLOB_APP_PWA=false