Skip to content

Commit 1113a2a

Browse files
committed
minor
1 parent cfa5e43 commit 1113a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ python -m src.aggregators.aggregate_results --exp-name exp
162162
---
163163

164164
## Model and Tasks
165-
- **Model support**: MCPMark calls models via LiteLLM — see the LiteLLM docs: [`LiteLLM Doc`](https://docs.litellm.ai/docs/). For Anthropic (Claude) extended thinking mode (enabled via `--reasoning-effort`), we use Anthropic’s native API (not LiteLLM).
165+
- **Model support**: MCPMark calls models via LiteLLM — see the LiteLLM docs: [`LiteLLM Doc`](https://docs.litellm.ai/docs/). For Anthropic (Claude) extended thinking mode (enabled via `--reasoning-effort`), we use Anthropic’s native API.
166166
- See `docs/introduction.md` for details and configuration of supported models in MCPMark.
167-
- To add a new model or adjust defaults, edit `src/model_config.py`.
167+
- To add a new model, edit `src/model_config.py`. Before adding, check LiteLLM supported models/providers. See [`LiteLLM Doc`](https://docs.litellm.ai/docs/).
168168
- Task design principles in `docs/datasets/task.md`. Each task ships with an automated `verify.py` for objective, reproducible evaluation, see `docs/task.md` for details.
169169

170170
---

0 commit comments

Comments
 (0)