chatgpt-web/.env

6 lines
97 B
Bash
Raw Normal View History

2023-02-09 02:18:30 -05:00
# OpenAI API Key
OPENAI_API_KEY='xxxx'
2023-02-09 01:55:27 -05:00
2023-02-09 02:18:30 -05:00
# Glob API URL
VITE_GLOB_API_URL='http://localhost:3002'