We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cea878e + 2fc116b commit b230bddCopy full SHA for b230bdd
patchwork/common/client/llm/google_.py
@@ -229,7 +229,7 @@ def is_prompt_supported(
229
raise
230
except Exception as e:
231
logger.debug(f"Error during token count at GoogleLlmClient: {e}")
232
- return -1
+ return 1
233
model_limit = self.__get_model_limits(model)
234
return model_limit - token_count
235
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "patchwork-cli"
3
-version = "0.0.117"
+version = "0.0.118"
4
description = ""
5
authors = ["patched.codes"]
6
license = "AGPL"
0 commit comments