Skip to content

Commit 7960f42

Browse files
committed
fix highlight
1 parent 3a8b538 commit 7960f42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/content/changelogs/ai-gateway.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ productLink: "/ai-gateway/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8-
- publish_date: "2025-02-06"
8+
- publish_date: "2025-02-06"
99
title: Added request handling
1010
description: |-
1111
* Added [request handling options](/ai-gateway/request-handling/) to help manage AI provider interactions effectively, ensuring your applications remain responsive and reliable.
12+
1213
- publish_date: "2025-02-05"
1314
title: New AI Gateway providers
1415
description: |-

src/content/docs/ai-gateway/configuration/request-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If set on a [Universal Endpoint](/ai-gateway/providers/universal/), a request ti
3232

3333
For a Universal Endpoint, configure the timeout value by setting a `requestTimeout` property within the provider-specific `config` object. Each provider can have a different `requestTimeout` value for granular customization.
3434

35-
```bash title="Provider-level config" {12-14} collapse={15-48}
35+
```bash title="Provider-level config" {11-13} collapse={15-48}
3636
curl 'https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}' \
3737
--header 'Content-Type: application/json' \
3838
--data '[

0 commit comments

Comments
 (0)