dindizz commited on
Commit
a091a8b
·
verified ·
1 Parent(s): 2cdae63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def fetch_positive_news():
9
  response = openai.ChatCompletion.create(
10
  model="gpt-4o",
11
  messages=[
12
- {"role": "user", "content": "What was a positive news story that happened today?"}
13
  ],
14
  tools=[{"type": "web_search"}],
15
  tool_choice="auto"
 
9
  response = openai.ChatCompletion.create(
10
  model="gpt-4o",
11
  messages=[
12
+ {"role": "user", "content": "What was a news story related to AI & ML that happened today?"}
13
  ],
14
  tools=[{"type": "web_search"}],
15
  tool_choice="auto"