配置两个 AI 功能都使用默认模型

This commit is contained in:
2026-02-28 13:50:52 +08:00
parent 33934ef7b5
commit d4826e9e8b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ class THQwen(TextHandler):
name = "qwen"
async def handle(self, env: TextHandlerEnvironment, istream: str | None, args: list[str]) -> TextHandleResult:
llm = get_llm("qwen3-max")
llm = get_llm()
messages = []
if istream is not None: