Spaces:
DIVY118
/
Runtime error

DIVY118 commited on
Commit
f472d71
1 Parent(s): e6d23cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def GenrationRT():
152
  try:
153
  import google.generativeai as genai
154
  generation_config = {
155
- "temperature": 0.1,
156
  "top_p": 1,
157
  "top_k": 1,
158
  "max_output_tokens": 2048,
 
152
  try:
153
  import google.generativeai as genai
154
  generation_config = {
155
+ "temperature": 0.9,
156
  "top_p": 1,
157
  "top_k": 1,
158
  "max_output_tokens": 2048,