Spaces:
Sleeping
Sleeping
wasmdashai
commited on
Commit
•
32eb2e0
1
Parent(s):
ee11590
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ generation_config = {
|
|
23 |
"temperature": 1,
|
24 |
"top_p": 0.95,
|
25 |
"top_k": 64,
|
26 |
-
"max_output_tokens":
|
27 |
"response_mime_type": "text/plain",
|
28 |
}
|
29 |
import requests
|
|
|
23 |
"temperature": 1,
|
24 |
"top_p": 0.95,
|
25 |
"top_k": 64,
|
26 |
+
"max_output_tokens": 1024,
|
27 |
"response_mime_type": "text/plain",
|
28 |
}
|
29 |
import requests
|