mgokg commited on
Commit
3b7e38f
·
verified ·
1 Parent(s): 2e42518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
151
  "temperature": 1,
152
  "top_p": 0.95,
153
  "top_k": 40,
154
- "max_output_tokens": 100000,
155
  "response_mime_type": "text/plain",
156
  }
157
 
 
151
  "temperature": 1,
152
  "top_p": 0.95,
153
  "top_k": 40,
154
+ "max_output_tokens": 8192,
155
  "response_mime_type": "text/plain",
156
  }
157