mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-10 15:05:20 +00:00
6 lines
97 B
Bash
6 lines
97 B
Bash
# OpenAI API Key
|
|
OPENAI_API_KEY='xxxx'
|
|
|
|
# Glob API URL
|
|
VITE_GLOB_API_URL='http://localhost:3002'
|