mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test: allow dashscope domain in qwen alias default api_base check
This commit is contained in:
parent
f4347f25de
commit
6a9dcb5ce6
1 changed files with 5 additions and 0 deletions
|
|
@ -155,6 +155,11 @@ def test_default_api_base():
|
|||
continue
|
||||
elif provider == "github" and other_provider.value == "azure":
|
||||
continue
|
||||
elif (
|
||||
provider in ("qwencloud", "qwen_ai_platform")
|
||||
and other_provider.value == "dashscope"
|
||||
):
|
||||
continue
|
||||
assert other_provider.value not in api_base.replace("/openai", "")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue