Docfile commited on
Commit
208b9eb
·
verified ·
1 Parent(s): 0818a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ GOOGLE_API_KEY = os.environ.get("TOKEN")
34
 
35
 
36
  generation_config = {
37
- "temperature": 1,
38
  "max_output_tokens": 8192,
39
  }
40
 
 
34
 
35
 
36
  generation_config = {
37
+ "temperature": 1.5,
38
  "max_output_tokens": 8192,
39
  }
40