Update .env.local
This commit is contained in:
parent
9900b249a7
commit
b7e90dc530
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue