Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def generate_script(topic):
|
|
37 |
"messages": [
|
38 |
{
|
39 |
"role": "user",
|
40 |
-
"content": f"Generate a script about {topic} divided into parts, and output it as a JSON array of strings."
|
41 |
}
|
42 |
],
|
43 |
}),
|
|
|
37 |
"messages": [
|
38 |
{
|
39 |
"role": "user",
|
40 |
+
"content": f"Generate a script about {topic} divided into parts, and output it as a JSON array of strings. do not say anything esle"
|
41 |
}
|
42 |
],
|
43 |
}),
|