NealCaren commited on
Commit
f4f2da6
1 Parent(s): 9e020a8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ NEVER USE HASHTAGS.
71
  ]
72
 
73
  completion = client.chat.completions.create(
74
- model = 'gpt-4-turbo-preview', # model="gpt-3.5-turbo" is 20x cheaper but isn't as insightful
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",