Spaces:
Runtime error
Runtime error
ziyadsuper2017
commited on
Commit
·
052d1c2
1
Parent(s):
cecacb2
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ genai.configure(api_key=api_key)
|
|
17 |
|
18 |
generation_config = {
|
19 |
"temperature": 0.9,
|
20 |
-
"max_output_tokens":
|
21 |
}
|
22 |
|
23 |
safety_settings = []
|
|
|
17 |
|
18 |
generation_config = {
|
19 |
"temperature": 0.9,
|
20 |
+
"max_output_tokens": 500
|
21 |
}
|
22 |
|
23 |
safety_settings = []
|