Update app.py
Browse files
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-
|
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:
|