mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
- Use DeepSeek API (api.deepseek.com) with openai-go SDK - Replace OPENAI_MODEL env var with DEEPSEEK_MODEL - Default model: deepseek-v4-pro - API key read from DEEPSEEK_API_KEY env var
12 lines
196 B
Text
12 lines
196 B
Text
APP_DATABASE_URL=
|
|
APP_DEBUG=
|
|
APP_LOG_LEVEL=
|
|
APP_ORIGINS=
|
|
APP_PORT=
|
|
APP_SENTRY_DSN=
|
|
APP_ADMIN=
|
|
APP_ADMIN_SECRET=
|
|
APP_API_KEY=
|
|
APP_SECRET_KEY=
|
|
APP_SESSION_SECRET=
|
|
APP_DEEPSEEK_MODEL=deepseek-v4-pro
|