sivan22 commited on
Commit
f6b7210
·
verified ·
1 Parent(s): 35f2a8b

Update chat_gemini.py

Browse files
Files changed (1) hide show
  1. 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.7,
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,