Skip to content

Commit 5fa6582

Browse files
committed
fixed indentation
1 parent c799cba commit 5fa6582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/release-notes/workers-ai.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ entries:
88
- publish_date: "2025-02-21"
99
title: Workers AI bug fixes
1010
description: |-
11-
- We fixed a bug where `max_tokens` defaults were not properly being respected - `max_tokens` now correctly defaults to `256` as displayed on the model pages. Users relying on the previous behaviour may observe this as a breaking change. If you want to generate more tokens, please set the `max_tokens` parameter to what you need.
12-
- We updated model pages to show context windows - which is defined as the tokens used in the prompt + tokens used in the response. If your prompt + response tokens exceed the context window, the request will error. Please set `max_tokens` accordingly depending on your prompt length and the context window length to ensure a successful response.
11+
- We fixed a bug where `max_tokens` defaults were not properly being respected - `max_tokens` now correctly defaults to `256` as displayed on the model pages. Users relying on the previous behaviour may observe this as a breaking change. If you want to generate more tokens, please set the `max_tokens` parameter to what you need.
12+
- We updated model pages to show context windows - which is defined as the tokens used in the prompt + tokens used in the response. If your prompt + response tokens exceed the context window, the request will error. Please set `max_tokens` accordingly depending on your prompt length and the context window length to ensure a successful response.
1313
- publish_date: "2024-09-26"
1414
title: Workers AI Birthday Week 2024 announcements
1515
description: |-

0 commit comments

Comments
 (0)