dygoo commited on
Commit
2007a57
·
verified ·
1 Parent(s): e913a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ class BasicAgent:
124
  "temperature": 0.2,
125
  "top_p": 0.8,
126
  "top_k": 30,
127
- "max_output_tokens": 100000,
128
  }
129
 
130
  safety_settings = {
 
124
  "temperature": 0.2,
125
  "top_p": 0.8,
126
  "top_k": 30,
127
+ "max_output_tokens": 300000,
128
  }
129
 
130
  safety_settings = {