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 3a29690 commit eee4872Copy full SHA for eee4872
pydantic_ai_slim/pydantic_ai/profiles/google.py
@@ -1,12 +1,13 @@
1
from __future__ import annotations as _annotations
2
3
+import time
4
import warnings
5
6
from pydantic_ai.exceptions import UserError
7
8
from . import ModelProfile
9
from ._json_schema import JsonSchema, JsonSchemaTransformer
-import time
10
+
11
12
def google_model_profile(model_name: str) -> ModelProfile | None:
13
"""Get the model profile for a Google model."""
0 commit comments