Spaces:
Runtime error
Runtime error
vaishakgkumar
commited on
Commit
β’
cd4abc2
1
Parent(s):
363a6c9
Update src/agentics/agents.py
Browse files- src/agentics/agents.py +1 -1
src/agentics/agents.py
CHANGED
@@ -9,7 +9,7 @@ config_list = autogen.config_list_from_json(
|
|
9 |
"OAI_CONFIG_LIST.json",
|
10 |
file_location="./src/config/",
|
11 |
filter_dict={
|
12 |
-
"model": ["gpt-3.5-turbo", "gpt-
|
13 |
},
|
14 |
)
|
15 |
|
|
|
9 |
"OAI_CONFIG_LIST.json",
|
10 |
file_location="./src/config/",
|
11 |
filter_dict={
|
12 |
+
"model": ["gpt-3.5-turbo-preview", "gpt-4-preview", "gpt-4-vision-preview", "dall-e-3"],
|
13 |
},
|
14 |
)
|
15 |
|