Spaces:
Running
on
Zero
Running
on
Zero
File size: 385 Bytes
f4cccb0 dd1f1fd f4cccb0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# config.yaml
agent_type: "qwen2.5-vl" # gpt-4o or qwen2.5-vl
gpt-4o:
endpoint: https://xxx.openai.azure.com
api_key: xxx
api_version: 2025-xx-xx
model_name: yfb-gpt-4o
qwen2.5-vl:
endpoint: https://openrouter.ai/api/v1
api_key: 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
api_version: null
model_name: qwen/qwen2.5-vl-72b-instruct:free
|