mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test: fix groq/gemma2-9b-it
This commit is contained in:
parent
24cae5aca1
commit
a5a4453c77
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def test_check_provider_match():
|
|||
|
||||
# Models that should be skipped during testing
|
||||
OLD_PROVIDERS = ["aleph_alpha", "palm"]
|
||||
SKIP_MODELS = ["azure/mistral", "azure/command-r", "jamba", "deepinfra", "mistral.", "groq/llama-guard-3-8b"]
|
||||
SKIP_MODELS = ["azure/mistral", "azure/command-r", "jamba", "deepinfra", "mistral.", "groq/llama-guard-3-8b", "groq/gemma2-9b-it"]
|
||||
|
||||
# Bedrock models to block - organized by type
|
||||
BEDROCK_REGIONS = ["ap-northeast-1", "eu-central-1", "us-east-1", "us-west-2"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue