diff --git a/handlers/gemini.py b/handlers/gemini.py index d36ccd4..1e84446 100644 --- a/handlers/gemini.py +++ b/handlers/gemini.py @@ -9,7 +9,7 @@ GOOGLE_GEMINI_KEY = environ.get("GOOGLE_GEMINI_KEY") genai.configure(api_key=GOOGLE_GEMINI_KEY) generation_config = { - "temperature": 0.9, + "temperature": 0.7, "top_p": 1, "top_k": 1, "max_output_tokens": 2048,