Spaces:
Running
Running
Update app.py
Browse filesmade small changes
app.py
CHANGED
@@ -2,7 +2,7 @@ from autogen import AssistantAgent, UserProxyAgent, config_list_from_json, Group
|
|
2 |
|
3 |
# Load the configuration for GPT-4 from a JSON file
|
4 |
config_list_gpt4 = config_list_from_json(
|
5 |
-
"OAI_CONFIG_LIST.json",
|
6 |
filter_dict={
|
7 |
"model": ["gpt-4-0613", "gpt-4-32k", "gpt-4", "gpt-4-0314"],
|
8 |
},
|
|
|
2 |
|
3 |
# Load the configuration for GPT-4 from a JSON file
|
4 |
config_list_gpt4 = config_list_from_json(
|
5 |
+
"./OAI_CONFIG_LIST.json",
|
6 |
filter_dict={
|
7 |
"model": ["gpt-4-0613", "gpt-4-32k", "gpt-4", "gpt-4-0314"],
|
8 |
},
|