bstraehle commited on
Commit
79c1102
·
verified ·
1 Parent(s): 50af27c

Update app.py

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