dlennon commited on
Commit
a5b0fec
·
verified ·
1 Parent(s): 291e012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  openai.api_key = os.getenv("OPENAI_API_KEY")
7
 
8
  def generate_video_script(title, formality_level, emotional_tone, engagement_level):
9
- prompt = (
10
  f"[Use this video framework below]\n"
11
  f"First we need to have a strong hook.\n"
12
  f"A short intro that stops people from scrolling and holds their attention\n"
 
6
  openai.api_key = os.getenv("OPENAI_API_KEY")
7
 
8
  def generate_video_script(title, formality_level, emotional_tone, engagement_level):
9
+ messages = (
10
  f"[Use this video framework below]\n"
11
  f"First we need to have a strong hook.\n"
12
  f"A short intro that stops people from scrolling and holds their attention\n"