Fixed qwq token limit

This commit is contained in:
2025-04-11 18:03:17 +02:00
parent e9f5bcc519
commit 7e254b7f7e
2 changed files with 5 additions and 9 deletions

View File

@@ -67,7 +67,6 @@ class Main:
self._llms['qwq'] = QwQLlmEngine(
config.qwq_model,
config.qwq_temperature,
config.qwq_token_limit,
self._action_schema,
)