From b5b7e2f05180b9e2de72e6ab0645a4323b14267f Mon Sep 17 00:00:00 2001 From: Connor Shorten Date: Thu, 15 Feb 2024 21:52:33 -0500 Subject: [PATCH] Another fantastic catch! Thank you! --- dsp/modules/google.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dsp/modules/google.py b/dsp/modules/google.py index 2e57f6a97..94e8688ce 100644 --- a/dsp/modules/google.py +++ b/dsp/modules/google.py @@ -36,7 +36,6 @@ def __init__( self, model: str = "gemini-pro-1.0", api_key: Optional[str] = None, - stop_sequences: list[str] = [], **kwargs ): """