bstraehle commited on
Commit
4386276
·
verified ·
1 Parent(s): c496aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import agentops, os
3
 
4
  from crew import get_crew
5
 
6
- LLM = "gpt-4o"
7
 
8
  def invoke(openai_api_key, serper_api_key, topic):
9
  if (openai_api_key == ""):
 
3
 
4
  from crew import get_crew
5
 
6
+ LLM = "gpt-3.5-turbo"
7
 
8
  def invoke(openai_api_key, serper_api_key, topic):
9
  if (openai_api_key == ""):