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 92289ce commit 0351a14Copy full SHA for 0351a14
pydantic_ai_slim/pydantic_ai/providers/gateway.py
@@ -83,7 +83,7 @@ def gateway_provider(
83
' to use the Pydantic AI Gateway provider.'
84
)
85
86
- base_url = base_url or os.getenv('PYDANTIC_AI_GATEWAY_BASE_URL', 'http://localhost:8787/proxy')
+ base_url = base_url or os.getenv('PYDANTIC_AI_GATEWAY_BASE_URL', 'https://gateway.pydantic.dev/proxy')
87
http_client = http_client or cached_async_http_client(provider=f'gateway-{upstream_provider}')
88
http_client.event_hooks = {'request': [_request_hook]}
89
0 commit comments