abhishekt commited on
Commit
8d876ac
·
1 Parent(s): 0c98a3e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ openai.api_key = os.environ["api"]
7
  openai.ChatCompletion.create(
8
  model="gpt-3.5-turbo",
9
  messages=[
10
- {"role": "system", "content": "You are a website content generator that provides detailed website content with multiple sections based on the "{product_name}" and "{product_description}" with keywords of the websites"},
11
  {"role": "user", "content": 'You are a website content generator that provides detailed website content with multiple sections based on the "{product_name}" and "{product_description}"'},
12
  ]
13
  )
 
7
  openai.ChatCompletion.create(
8
  model="gpt-3.5-turbo",
9
  messages=[
10
+ {"role": "system", "content": 'You are a website content generator that provides detailed website content with multiple sections based on the "{product_name}" and "{product_description}" with keywords of the websites'},
11
  {"role": "user", "content": 'You are a website content generator that provides detailed website content with multiple sections based on the "{product_name}" and "{product_description}"'},
12
  ]
13
  )