mgokg commited on
Commit
7e3c6b2
·
verified ·
1 Parent(s): 3db3e2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,10 +148,10 @@ with gr.Blocks() as demo:
148
 
149
  # Create the model
150
  generation_config = {
151
- "temperature": 0.3,
152
  "top_p": 0.95,
153
  "top_k": 40,
154
- "max_output_tokens": 32000,
155
  "response_mime_type": "text/plain",
156
  }
157
 
 
148
 
149
  # Create the model
150
  generation_config = {
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