From 4c7ac203970142f81aea3736ce93c251a886069d Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Mon, 17 Mar 2025 22:05:48 +0000 Subject: [PATCH] Fix links to models in Workers AI changelog --- src/content/release-notes/workers-ai.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/release-notes/workers-ai.yaml b/src/content/release-notes/workers-ai.yaml index 907061df34954af..24602fa93adb9c5 100644 --- a/src/content/release-notes/workers-ai.yaml +++ b/src/content/release-notes/workers-ai.yaml @@ -8,9 +8,9 @@ entries: - publish_date: "2025-03-17" title: Minor updates to the model schema for llama-3.2-1b-instruct, whisper-large-v3-turbo, llama-guard description: |- - - [llama-3.2-1b-instruct](/workers-ai-models/llama-3.2-1b-instruct/) - updated context window to the accurate 60,000 - - [whisper-large-v3-turbo](workers-ai-models/whisper-large-v3-turbo/) - new hyperparameters available - - [llama-guard-3-8b](/workers-ai-models/llama-guard-3-8b/) - the messages array must alternate between `user` and `assistant` to function correctly + - [llama-3.2-1b-instruct](/workers-ai/models/llama-3.2-1b-instruct/) - updated context window to the accurate 60,000 + - [whisper-large-v3-turbo](workers-ai/models/whisper-large-v3-turbo/) - new hyperparameters available + - [llama-guard-3-8b](/workers-ai/models/llama-guard-3-8b/) - the messages array must alternate between `user` and `assistant` to function correctly - publish_date: "2025-02-21" title: Workers AI bug fixes description: |-