From 0480d1aad00638eb4262eddb8bce8af36b599651 Mon Sep 17 00:00:00 2001 From: Junseong Park <39112954+jsparkdev@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:27:29 +0900 Subject: [PATCH] Update prompting.mdx --- src/content/docs/workers-ai/guides/prompting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers-ai/guides/prompting.mdx b/src/content/docs/workers-ai/guides/prompting.mdx index 4656d9d3c28caaa..a8461b7619d392f 100644 --- a/src/content/docs/workers-ai/guides/prompting.mdx +++ b/src/content/docs/workers-ai/guides/prompting.mdx @@ -57,7 +57,7 @@ Typically, the role can be one of three options: - assistant - Assistant messages hint to the AI about the desired output format. Not all models support this role. -OpenAI has a [good explanation](/workers-ai/models/llama-2-13b-chat-awq) of how they use these roles with their GPT models. Even though chat templates are flexible, other text generation models tend to follow the same conventions. +OpenAI has a [good explanation](https://platform.openai.com/docs/guides/text-generation#messages-and-roles) of how they use these roles with their GPT models. Even though chat templates are flexible, other text generation models tend to follow the same conventions. Here's an input example of a scoped prompt using system and user roles: