Skip to content

Commit 4af2463

Browse files
authored
docs: format google python file (#1963)
1 parent 0690748 commit 4af2463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/models/google.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ from pydantic_ai.providers.google import GoogleProvider
121121

122122
client = genai.Client(
123123
api_key='gemini-custom-api-key',
124-
http_options=HttpOptions(base_url='gemini-custom-base-url')
125-
)
124+
http_options=HttpOptions(base_url='gemini-custom-base-url'),
125+
)
126126
provider = GoogleProvider(client=client)
127127
model = GoogleModel('gemini-1.5-flash', provider=provider)
128128
agent = Agent(model)

0 commit comments

Comments
 (0)