Skip to content

Commit b9520ab

Browse files
mchencoisaac-mcfadyenkodster28
authored andcommitted
Update workers-ai.yaml (#20633)
* Update workers-ai.yaml Updating changelog with bug fix notes * Update src/content/release-notes/workers-ai.yaml Co-authored-by: Isaac McFadyen <[email protected]> * Update workers-ai.yaml * fixed indentation --------- Co-authored-by: Isaac McFadyen <[email protected]> Co-authored-by: kodster28 <[email protected]>
1 parent 98dfef6 commit b9520ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ productLink: "/workers-ai/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-02-21"
9+
title: Workers AI bug fixes
10+
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.
813
- publish_date: "2024-09-26"
914
title: Workers AI Birthday Week 2024 announcements
1015
description: |-

0 commit comments

Comments
 (0)