Kumarkishalaya commited on
Commit
8578962
·
verified ·
1 Parent(s): 1f1eeb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def generate_story(comments, temperature=0.7):
83
  openai.api_key = OPENAI_API_KEY
84
  client = openai
85
  completion = client.chat.completions.create(
86
- model="gpt-3.5-turbo-0125",
87
  messages=[{"role": "system", "content": f"""
88
 
89
  Read all the comments, understand the emotions people are feeling and pick the third most common emotion
 
83
  openai.api_key = OPENAI_API_KEY
84
  client = openai
85
  completion = client.chat.completions.create(
86
+ model="gpt-4o",
87
  messages=[{"role": "system", "content": f"""
88
 
89
  Read all the comments, understand the emotions people are feeling and pick the third most common emotion