提取操作使用千问plus大模型
This commit is contained in:
17
.env
17
.env
@@ -1,10 +1,13 @@
|
||||
# Required — fill in before running
|
||||
ZHIPUAI_API_KEY=your-zhipuai-api-key-here
|
||||
STORAGE_ACCESS_KEY=your-storage-access-key
|
||||
STORAGE_SECRET_KEY=your-storage-secret-key
|
||||
STORAGE_ENDPOINT=http://rustfs:9000
|
||||
# Required - fill in before running
|
||||
ZHIPUAI_API_KEY=b11404531c574043b1b0750186cd9d79.LfoyJjtj1fnGbTLl
|
||||
DASHSCOPE_API_KEY=sk-d0ebc07bad2d4666bcd284f80d3fe138
|
||||
STORAGE_ACCESS_KEY=admin
|
||||
STORAGE_SECRET_KEY=your_strong_password
|
||||
STORAGE_ENDPOINT=http://39.107.112.174:9000
|
||||
|
||||
# Optional overrides
|
||||
BACKEND_CALLBACK_URL=http://label-backend:8080/api/ai/callback
|
||||
DASHSCOPE_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
|
||||
DASHSCOPE_FINE_TUNE_BASE_URL=https://dashscope.aliyuncs.com/api/v1
|
||||
BACKEND_CALLBACK_URL=http://localhost:18082/api/ai/callback
|
||||
LOG_LEVEL=INFO
|
||||
# MAX_VIDEO_SIZE_MB=200
|
||||
MAX_VIDEO_SIZE_MB=500MB
|
||||
|
||||
Reference in New Issue
Block a user