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 0690748 commit 4af2463Copy full SHA for 4af2463
docs/models/google.md
@@ -121,8 +121,8 @@ from pydantic_ai.providers.google import GoogleProvider
121
122
client = genai.Client(
123
api_key='gemini-custom-api-key',
124
- http_options=HttpOptions(base_url='gemini-custom-base-url')
125
- )
+ http_options=HttpOptions(base_url='gemini-custom-base-url'),
+)
126
provider = GoogleProvider(client=client)
127
model = GoogleModel('gemini-1.5-flash', provider=provider)
128
agent = Agent(model)
0 commit comments