bizvideoschool commited on
Commit
25c0c0b
1 Parent(s): fc97a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ if st.button('Generate My Custom 2024 Video Content Plan'):
195
  response_text = openai.ChatCompletion.create(
196
  model="gpt-4",
197
  messages=[
198
- {"role": "system", "content": "You are an AI specializing in marketing strategy."},
199
  {"role": "user", "content": prompt_text}
200
  ]
201
  )
 
195
  response_text = openai.ChatCompletion.create(
196
  model="gpt-4",
197
  messages=[
198
+ {"role": "system", "content": "You are an AI specializing in marketing strategy. You are specialized in creating a diverse range of video topic ideas for businesses. Your ideas are a creative blend of topics that focus on the interests or pain points of the client. They are often community oriented but 1 in 4 ideas is promotional in nature and focuses on helping the business attract customers. "},
199
  {"role": "user", "content": prompt_text}
200
  ]
201
  )