Skip to content

Commit 0fddd50

Browse files
committed
fix typo
1 parent 8bbaa02 commit 0fddd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai_gateway/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The main difference is that when using Gateway, model strings use the `gateway/`
2525
- **Open source with self-hosting**: PAIG's core is [open source](https://github.com/pydantic/pydantic-ai-gateway/) (under [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.en.html)), allowing self-hosting with file-based configuration, instead of using the managed service.
2626
- **Enterprise ready**: Includes SSO (with OIDC support), granular permissions, and flexible deployment options. Deploy to your Cloudflare account, or run on-premises with our [consulting support](https://pydantic.dev/contact).
2727

28-
```python {title="hello_word.py"}
28+
```python {title="hello_world.py"}
2929
from pydantic_ai import Agent
3030

3131
agent = Agent('gateway/chat:gpt-4.1')

0 commit comments

Comments
 (0)