Tonic vaishakgkumar commited on
Commit
d5877f0
β€’
1 Parent(s): 363a6c9

Update src/agentics/agents.py (#5)

Browse files

- Update src/agentics/agents.py (cd4abc2ac946f0460737838f4a3d6728696ffbc2)


Co-authored-by: Vaishak G Kumar <[email protected]>

Files changed (1) hide show
  1. 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-35-turbo", "gpt-35-turbo-0613", "gpt-4", "gpt4", "gpt-4-32k"],
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