bstraehle commited on
Commit
fb12421
1 Parent(s): c2701af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from multi_agent import run_multi_agent
5
 
6
  lock = threading.Lock()
7
 
8
- LLM = "gpt-4o-mini"
9
 
10
  def invoke(openai_api_key, task):
11
  if not openai_api_key:
 
5
 
6
  lock = threading.Lock()
7
 
8
+ LLM = "gpt-4o"
9
 
10
  def invoke(openai_api_key, task):
11
  if not openai_api_key: