Let the cleanup model be told how hard to think

This commit is contained in:
yusufipk
2026-07-26 23:14:06 +07:00
parent e3e678a0f2
commit 32e0fb061d
8 changed files with 48 additions and 3 deletions
+1
View File
@@ -83,6 +83,7 @@ class Pipeline(QObject):
conf.openrouter_key(),
conf["cleanup_model"],
conf.cleanup_prompt(),
reasoning=conf["cleanup_reasoning"],
base_url=conf["openrouter_base_url"],
)
except api.ApiError as exc: