Skip to content

Commit 4831524

Browse files
committed
skip test
1 parent 0fddd50 commit 4831524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai_gateway/overview.md

Lines changed: 2 additions & 2 deletions
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_world.py"}
28+
```python {title="hello_world.py" test="skip"}
2929
from pydantic_ai import Agent
3030

3131
agent = Agent('gateway/chat:gpt-4.1')
@@ -95,7 +95,7 @@ export PYDANTIC_AI_GATEWAY_API_KEY="YOUR_PAIG_TOKEN"
9595

9696
You can access multiple models with the same API key, as shown in the code snippet below.
9797

98-
```python title="hello_world.py"
98+
```python {title="hello_world.py" test="skip"}
9999
from pydantic_ai import Agent
100100

101101
agent = Agent('gateway/chat:gpt-5')

0 commit comments

Comments
 (0)