refactor: remove legacy disable_thinking and reasoning_effort parameters from LLM helper and related tests

This commit is contained in:
jxxghp
2026-04-30 17:10:14 +08:00
parent 516aea6312
commit 0583495548
4 changed files with 5 additions and 46 deletions
-3
View File
@@ -84,8 +84,6 @@ class LlmHelperTestCallTest(unittest.TestCase):
provider="deepseek",
model="deepseek-chat",
thinking_level=None,
disable_thinking=None,
reasoning_effort=None,
api_key="sk-test",
base_url="https://api.deepseek.com",
)
@@ -132,7 +130,6 @@ class LlmHelperTestCallTest(unittest.TestCase):
llm_module.LLMHelper.get_llm(
provider="openai",
model="kimi-k2.6",
disable_thinking=True,
api_key="sk-test",
base_url="https://kimi.example.com/v1",
)