Skip to content

Commit d9737b2

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 42a7bd0 commit d9737b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nerve/generation/litellm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def __init__(
4444
self.is_ollama = "ollama" in self.generator_id
4545
self.reduced_window_size = 25
4646

47-
litellm.drop_params = True
48-
4947
if not self.is_ollama:
5048
if self.tools and not litellm.supports_function_calling(model=self.generator_id): # type: ignore
5149
logger.warning(

0 commit comments

Comments
 (0)