From ae30517f48ba89b5c6a2b026aa40d8477ca39002 Mon Sep 17 00:00:00 2001 From: Affan Shaikhsurab <51104750+AffanShaikhsurab@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:35:07 +0530 Subject: [PATCH] Update configuration_guide.md (#416) Co-authored-by: Willem Jiang --- docs/configuration_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration_guide.md b/docs/configuration_guide.md index d21ec62..1e735a6 100644 --- a/docs/configuration_guide.md +++ b/docs/configuration_guide.md @@ -11,7 +11,7 @@ cp conf.yaml.example conf.yaml ## Which models does DeerFlow support? -In DeerFlow, currently we only support non-reasoning models, which means models like OpenAI's o1/o3 or DeepSeek's R1 are not supported yet, but we will add support for them in the future. +In DeerFlow, we currently only support non-reasoning models. This means models like OpenAI's o1/o3 or DeepSeek's R1 are not supported yet, but we plan to add support for them in the future. Additionally, all Gemma-3 models are currently unsupported due to the lack of tool usage capabilities. ### Supported Models