Spaces:
Configuration error
Configuration error
| # 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 | |