bstraehle commited on
Commit
4263014
·
verified ·
1 Parent(s): c89b216

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from multi_agent import run_multi_agent
6
  lock = threading.Lock()
7
 
8
  LLM_WHITE = "gpt-4.1"
9
- LLM_BLACK = "gpt-3.5-turbo"
10
 
11
  def invoke(openai_api_key, num_moves = 10):
12
  if not openai_api_key:
 
6
  lock = threading.Lock()
7
 
8
  LLM_WHITE = "gpt-4.1"
9
+ LLM_BLACK = "gpt-4o"
10
 
11
  def invoke(openai_api_key, num_moves = 10):
12
  if not openai_api_key: