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":
|
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 |
)
|