doctorAI/backend/.env.template

19 lines
458 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LLM
GEMINI_API_KEY=your_gemini_api_key
GEMINI_BASE_URL=http://127.0.0.1:4000/v1
DEEPVIEW_MODEL=gemini-pro-vertex
# Auth
MINDPASS_JWT_SECRET=your_mindpass_jwt_secret
# OSS素材直传
ALIYUN_ACCESS_KEY_ID=your_access_key
ALIYUN_ACCESS_KEY_SECRET=your_secret_key
OSS_BUCKET=meetings-dev
OSS_ENDPOINT=oss-cn-beijing.aliyuncs.com
# Paths
DEEPVIEW_STORAGE_DIR=/opt/apps/deepview-agent/backend/storage
DEEPVIEW_SSE_HOST=127.0.0.1
DEEPVIEW_SSE_PORT=8645