Spaces:
Running
Running
docs: add recommended models version in config
Browse files- README.md +2 -2
- README_zh-CN.md +1 -1
- config/config.yaml.example +1 -1
README.md
CHANGED
@@ -143,7 +143,7 @@ test_config: # Test configuration
|
|
143 |
enabled: False
|
144 |
|
145 |
llm_config: # Vision model configuration, currently supports OpenAI SDK compatible format only
|
146 |
-
model: gpt-4.1
|
147 |
api_key: your_api_key
|
148 |
base_url: https://api.example.com/v1
|
149 |
|
@@ -174,7 +174,7 @@ Based on our testing, these models work well with WebQA Agent:
|
|
174 |
|-------|---------------|-------|
|
175 |
| **gpt-4.1-2025-04-14** ⭐ | High accuracy & reliability | **Best choice** |
|
176 |
| **gpt-4.1-mini-2025-04-14** | Cost-effective | **Economical and practical**|
|
177 |
-
| **doubao-seed-1-6-vision-
|
178 |
|
179 |
|
180 |
### View Results
|
|
|
143 |
enabled: False
|
144 |
|
145 |
llm_config: # Vision model configuration, currently supports OpenAI SDK compatible format only
|
146 |
+
model: gpt-4.1-2025-04-14 # Recommended
|
147 |
api_key: your_api_key
|
148 |
base_url: https://api.example.com/v1
|
149 |
|
|
|
174 |
|-------|---------------|-------|
|
175 |
| **gpt-4.1-2025-04-14** ⭐ | High accuracy & reliability | **Best choice** |
|
176 |
| **gpt-4.1-mini-2025-04-14** | Cost-effective | **Economical and practical**|
|
177 |
+
| **doubao-seed-1-6-vision-250815** | Vision capabilities | **Excellent web understanding** |
|
178 |
|
179 |
|
180 |
### View Results
|
README_zh-CN.md
CHANGED
@@ -146,7 +146,7 @@ test_config: # 测试项配置
|
|
146 |
enabled: False
|
147 |
|
148 |
llm_config: # 视觉模型配置,当前仅支持 OpenAI SDK 兼容格式
|
149 |
-
model: gpt-4.1
|
150 |
api_key: your_api_key
|
151 |
base_url: https://api.example.com/v1
|
152 |
|
|
|
146 |
enabled: False
|
147 |
|
148 |
llm_config: # 视觉模型配置,当前仅支持 OpenAI SDK 兼容格式
|
149 |
+
model: gpt-4.1-2025-04-14 # 推荐使用
|
150 |
api_key: your_api_key
|
151 |
base_url: https://api.example.com/v1
|
152 |
|
config/config.yaml.example
CHANGED
@@ -16,7 +16,7 @@ test_config: # Test configuration
|
|
16 |
enabled: False
|
17 |
|
18 |
llm_config: # LLM configuration, currently only supports OpenAI SDK compatible format
|
19 |
-
model: gpt-4.1 # Recommended
|
20 |
api_key: your_api_key
|
21 |
base_url: https://api.example.com/v1
|
22 |
temperature: 0.1 # Optional, default 0.1
|
|
|
16 |
enabled: False
|
17 |
|
18 |
llm_config: # LLM configuration, currently only supports OpenAI SDK compatible format
|
19 |
+
model: gpt-4.1-2025-04-14 # Recommended
|
20 |
api_key: your_api_key
|
21 |
base_url: https://api.example.com/v1
|
22 |
temperature: 0.1 # Optional, default 0.1
|