Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from multi_agent import run_multi_agent
|
|
5 |
|
6 |
lock = threading.Lock()
|
7 |
|
8 |
-
LLM = "gpt-4o"
|
9 |
|
10 |
def invoke(openai_api_key, task):
|
11 |
if not openai_api_key:
|
|
|
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:
|