We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843dac4 commit be21c24Copy full SHA for be21c24
pydantic_ai_slim/pydantic_ai/models/__init__.py
@@ -638,7 +638,6 @@ class ModelClassInformation:
638
639
def infer_provider_model_class(model: KnownModelName | str) -> ModelClassInformation:
640
"""Infer the model and provider from the name."""
641
-
642
if model == 'test':
643
from .test import TestModel
644
0 commit comments