Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -148,10 +148,10 @@ with gr.Blocks() as demo:
|
|
148 |
|
149 |
# Create the model
|
150 |
generation_config = {
|
151 |
-
"temperature":
|
152 |
"top_p": 0.95,
|
153 |
"top_k": 40,
|
154 |
-
"max_output_tokens":
|
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 |
|