Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ Be concise and limit your response to 512 tokens or less."""
|
|
32 |
try:
|
33 |
# Call the OpenAI API
|
34 |
response = client.chat.completions.create(
|
35 |
-
model="gpt-
|
36 |
messages=[
|
37 |
{"role": "system", "content": "You are a helpful and knowledgeable digital marketing strategist."},
|
38 |
{"role": "user", "content": prompt},
|
|
|
32 |
try:
|
33 |
# Call the OpenAI API
|
34 |
response = client.chat.completions.create(
|
35 |
+
model="gpt-4o-mini", # Replace with "gpt-3.5-turbo" if needed
|
36 |
messages=[
|
37 |
{"role": "system", "content": "You are a helpful and knowledgeable digital marketing strategist."},
|
38 |
{"role": "user", "content": prompt},
|