chore: add comments

This commit is contained in:
Junyan Qin
2025-11-10 00:27:56 +08:00
parent 8844a5304d
commit f4c32f7b30

View File

@@ -105,6 +105,7 @@ class LLMModelsService:
else:
runtime_llm_model = await self.ap.model_mgr.init_runtime_llm_model(model_data)
# Mon Nov 10 2025: Commented for some providers may not support thinking parameter
# # 有些模型厂商默认开启了思考功能,测试容易延迟
# extra_args = model_data.get('extra_args', {})
# if not extra_args or 'thinking' not in extra_args: