From 04fed2171c5ce53b848aa2919cc61b038f8a3aff Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 21 Jun 2024 09:11:11 -0700 Subject: [PATCH] fix(vertex_httpx.py): cleanup docstring --- litellm/llms/vertex_httpx.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/litellm/llms/vertex_httpx.py b/litellm/llms/vertex_httpx.py index 67f407b2aa4..d3f27e119ae 100644 --- a/litellm/llms/vertex_httpx.py +++ b/litellm/llms/vertex_httpx.py @@ -70,10 +70,6 @@ class GoogleAIStudioGeminiConfig: # key diff from VertexAI - 'frequency_penalty - `stop_sequences` (List[str]): The set of character sequences (up to 5) that will stop output generation. If specified, the API will stop at the first appearance of a stop sequence. The stop sequence will not be included as part of the response. - - `frequency_penalty` (float): This parameter is used to penalize the model from repeating the same output. The default value is 0.0. - - - `presence_penalty` (float): This parameter is used to penalize the model from generating the same output as the input. The default value is 0.0. - Note: Please make sure to modify the default parameters as required for your use case. """