Skip to content

Commit

Permalink
config list for test (microsoft#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi authored Oct 24, 2023
1 parent 275023b commit 6520adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oai/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_math(num_samples=-1):
]

autogen.Completion.set_cache(seed)
config_list = autogen.config_list_openai_aoai(KEY_LOC, exclude="aoai")
config_list = autogen.config_list_openai_aoai(KEY_LOC)[:2]
vanilla_config = {
"model": "text-davinci-003",
"temperature": 1,
Expand Down

0 comments on commit 6520adb

Please sign in to comment.