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 895ea03 commit 7c50f07Copy full SHA for 7c50f07
pydantic_ai_slim/pydantic_ai/providers/openrouter.py
@@ -86,7 +86,7 @@ def __init__(self, *, api_key: str, http_referer: str, x_title: str) -> None: ..
86
87
@overload
88
def __init__(self, *, api_key: str, http_referer: str, x_title: str, http_client: httpx.AsyncClient) -> None: ...
89
-
+
90
91
def __init__(self, *, http_client: httpx.AsyncClient) -> None: ...
92
0 commit comments