提取操作使用千问plus大模型
This commit is contained in:
13
config.yaml
13
config.yaml
@@ -2,18 +2,23 @@ server:
|
||||
port: 18000
|
||||
log_level: INFO
|
||||
|
||||
dashscope:
|
||||
api_key: "" # override with DASHSCOPE_API_KEY in .env or environment
|
||||
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
||||
fine_tune_base_url: "https://dashscope.aliyuncs.com/api/v1"
|
||||
|
||||
storage:
|
||||
buckets:
|
||||
source_data: "source-data"
|
||||
source_data: "label-source-data"
|
||||
finetune_export: "finetune-export"
|
||||
|
||||
backend: {} # callback_url injected via BACKEND_CALLBACK_URL env var
|
||||
|
||||
video:
|
||||
frame_sample_count: 8 # uniform frames sampled for video-to-text
|
||||
max_file_size_mb: 200 # video size limit (override with MAX_VIDEO_SIZE_MB)
|
||||
max_file_size_mb: 500 # video size limit (override with MAX_VIDEO_SIZE_MB)
|
||||
keyframe_diff_threshold: 30.0 # grayscale mean-diff threshold for keyframe detection
|
||||
|
||||
models:
|
||||
default_text: "glm-4-flash"
|
||||
default_vision: "glm-4v-flash"
|
||||
default_text: "qwen-plus"
|
||||
default_vision: "qwen-vl-plus"
|
||||
|
||||
Reference in New Issue
Block a user