litellm
generator input validation breaks on default cases
#755
Labels
litellm
generator input validation breaks on default cases
#755
litellm
can be invoked with or without a providerfrom https://docs.litellm.ai/docs/#litellm-python-sdk (example 1):
the garak constructor demands a provider
this breaks the garak test, which is failing (available when
OPENAI_API_KEY
is set)resolution: the provider constraint should be relaxed, perhaps completely, and exceptions (etc) on model non-existence raised by
litellm
bubbled upThe text was updated successfully, but these errors were encountered: