mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 00:46:57 +08:00
feat: 支持模型服务端联网搜索
This commit is contained in:
@@ -303,7 +303,7 @@ class LocalSetupLlmProviderPromptTests(unittest.TestCase):
|
||||
), patch.object(
|
||||
module, "_env_llm_thinking_level_default", return_value="auto"
|
||||
), patch.object(
|
||||
module, "_prompt_choice", side_effect=["auto", "minimax-cn-coding"]
|
||||
module, "_prompt_choice", side_effect=["auto", "minimax-cn-coding", "local"]
|
||||
):
|
||||
config = module._collect_agent_config()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user