testdeep123 commited on
Commit
e6bebc2
·
verified ·
1 Parent(s): 4217c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  }),