NihalGazi commited on
Commit
04c383a
·
verified ·
1 Parent(s): d4238fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def generate_text(system_instruction, prompt):
82
  },
83
 
84
  generation_config=genai.types.GenerationConfig(
85
- temperature=0.1,
86
  )
87
  )
88
 
 
82
  },
83
 
84
  generation_config=genai.types.GenerationConfig(
85
+ temperature=0.9,
86
  )
87
  )
88