[fix]Clearly debug the model API key

This commit is contained in:
lixiangcheng1
2026-01-07 20:45:23 +08:00
parent 2360ef64de
commit 7165d53982
2 changed files with 3 additions and 3 deletions

View File

@@ -448,7 +448,7 @@ if __name__ == "__main__":
# 准备配置vision_model信息
# 初始化 QWenCV
vision_model = QWenCV(
key="sk-8e9e40cd171749858ce2d3722ea75669",
key="",
model_name="qwen-vl-max",
lang="Chinese", # 默认使用中文
base_url="https://dashscope.aliyuncs.com/compatible-mode/v1"