deepsitegroq / .env.example
R-Kentaren's picture
Upload folder using huggingface_hub
d5df1b1 verified
raw
history blame contribute delete
168 Bytes
# openai base url
OPENAI_BASE_URL=https://xxxxxxx/v1
# openai model
OPENAI_MODEL=deepseek-v3
#openai api key
OPENAI_API_KEY=your_openai_api_key
# PORT
APP_PORT=5173