Spaces:
Running
Running
Update chat_gemini.py
Browse files- chat_gemini.py +1 -1
chat_gemini.py
CHANGED
@@ -130,7 +130,7 @@ class ChatGemini(BaseChatModel):
|
|
130 |
data = {
|
131 |
"contents": gemini_messages,
|
132 |
"generationConfig": {
|
133 |
-
"temperature": 0.
|
134 |
"topP": 0.8,
|
135 |
"topK": 40,
|
136 |
"maxOutputTokens": 2048,
|
|
|
130 |
data = {
|
131 |
"contents": gemini_messages,
|
132 |
"generationConfig": {
|
133 |
+
"temperature": 0.0,
|
134 |
"topP": 0.8,
|
135 |
"topK": 40,
|
136 |
"maxOutputTokens": 2048,
|