mfahad commited on
Commit
3b32dfc
·
1 Parent(s): e3277aa

Update app.py

Browse files

made small changes

Files changed (1) hide show
  1. app.py +1 -1
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
  },