Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -214,9 +214,9 @@ def generate_amazon_listing(api_key_input, quote, niche, target, keywords):
|
|
214 |
response_var = model.generate_content(
|
215 |
variations_prompt,
|
216 |
generation_config={
|
217 |
-
"temperature": 0.
|
218 |
"top_p": 0.7,
|
219 |
-
"max_output_tokens":
|
220 |
"response_mime_type": "application/json"
|
221 |
}
|
222 |
)
|
|
|
214 |
response_var = model.generate_content(
|
215 |
variations_prompt,
|
216 |
generation_config={
|
217 |
+
"temperature": 0.2,
|
218 |
"top_p": 0.7,
|
219 |
+
"max_output_tokens": 512,
|
220 |
"response_mime_type": "application/json"
|
221 |
}
|
222 |
)
|