File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
pydantic_ai_slim/pydantic_ai/models
tests/models/cassettes/test_model_names Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ def __init__(
129
129
if isinstance (provider , str ):
130
130
provider = infer_provider (provider )
131
131
self .client = provider .client
132
- self ._profile = profile or provider .model_profile
133
132
134
133
super ().__init__ (settings = settings , profile = profile or provider .model_profile )
135
134
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ interactions:
15
15
response :
16
16
headers :
17
17
content-length :
18
- - ' 550 '
18
+ - ' 545 '
19
19
content-security-policy :
20
20
- default-src 'none'; frame-ancestors 'none'
21
21
content-type :
@@ -46,7 +46,6 @@ interactions:
46
46
- text-to-text
47
47
- model_id : claude-4-sonnet
48
48
regions :
49
- - eu
50
49
- us
51
50
type :
52
51
- text-to-text
You can’t perform that action at this time.
0 commit comments