Skip to content

Commit 5f3f9ba

Browse files
authored
Add backup configuration options to test_llm.py
1 parent f662802 commit 5f3f9ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/configs/test_llm.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ def test_openai_llm_config():
5757
"remove_think_prefix",
5858
"extra_body",
5959
"default_headers",
60+
"backup_client",
61+
"backup_api_key",
62+
"backup_api_base",
63+
"backup_model_name_or_path",
64+
"backup_headers",
6065
],
6166
)
6267

0 commit comments

Comments
 (0)