New model
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ NEVER USE HASHTAGS.
|
|
71 |
]
|
72 |
|
73 |
completion = client.chat.completions.create(
|
74 |
-
model = 'gpt-
|
75 |
functions=[
|
76 |
{
|
77 |
"name": "generate_tweets",
|
|
|
71 |
]
|
72 |
|
73 |
completion = client.chat.completions.create(
|
74 |
+
model = 'gpt-4o', # model="gpt-3.5-turbo" is 20x cheaper but isn't as insightful
|
75 |
functions=[
|
76 |
{
|
77 |
"name": "generate_tweets",
|