Skip to content

Commit 778e1de

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

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
@@ -27,6 +27,11 @@ def test_base_llm_config():
2727
"top_k",
2828
"remove_think_prefix",
2929
"default_headers",
30+
"backup_client",
31+
"backup_api_key",
32+
"backup_api_base",
33+
"backup_model_name_or_path",
34+
"backup_headers",
3035
],
3136
)
3237

0 commit comments

Comments
 (0)