Skip to content

Commit 890dff1

Browse files
committed
docs: add recommended models version in config
1 parent 3930463 commit 890dff1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ test_config: # Test configuration
143143
enabled: False
144144

145145
llm_config: # Vision model configuration, currently supports OpenAI SDK compatible format only
146-
model: gpt-4.1 # Recommended
146+
model: gpt-4.1-2025-04-14 # Recommended
147147
api_key: your_api_key
148148
base_url: https://api.example.com/v1
149149

@@ -174,7 +174,7 @@ Based on our testing, these models work well with WebQA Agent:
174174
|-------|---------------|-------|
175175
| **gpt-4.1-2025-04-14** ⭐ | High accuracy & reliability | **Best choice** |
176176
| **gpt-4.1-mini-2025-04-14** | Cost-effective | **Economical and practical**|
177-
| **doubao-seed-1-6-vision-250815n** | Vision capabilities | **Excellent web understanding** |
177+
| **doubao-seed-1-6-vision-250815** | Vision capabilities | **Excellent web understanding** |
178178

179179

180180
### View Results

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ test_config: # 测试项配置
146146
enabled: False
147147

148148
llm_config: # 视觉模型配置,当前仅支持 OpenAI SDK 兼容格式
149-
model: gpt-4.1 # 推荐使用
149+
model: gpt-4.1-2025-04-14 # 推荐使用
150150
api_key: your_api_key
151151
base_url: https://api.example.com/v1
152152

config/config.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_config: # Test configuration
1616
enabled: False
1717

1818
llm_config: # LLM configuration, currently only supports OpenAI SDK compatible format
19-
model: gpt-4.1 # Recommended
19+
model: gpt-4.1-2025-04-14 # Recommended
2020
api_key: your_api_key
2121
base_url: https://api.example.com/v1
2222
temperature: 0.1 # Optional, default 0.1

0 commit comments

Comments
 (0)