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.
1 parent 42a7bd0 commit d9737b2Copy full SHA for d9737b2
nerve/generation/litellm.py
@@ -44,8 +44,6 @@ def __init__(
44
self.is_ollama = "ollama" in self.generator_id
45
self.reduced_window_size = 25
46
47
- litellm.drop_params = True
48
-
49
if not self.is_ollama:
50
if self.tools and not litellm.supports_function_calling(model=self.generator_id): # type: ignore
51
logger.warning(
0 commit comments