Skip to content

Commit 1ae4a3b

Browse files
fixed link
1 parent bb5b2e0 commit 1ae4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/guides/prompting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Typically, the role can be one of three options:
5757
- <strong>assistant</strong> - Assistant messages hint to the AI about the
5858
desired output format. Not all models support this role.
5959

60-
OpenAI has a [good explanation](https://developers.cloudflare.com/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.
60+
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.
6161

6262
Here's an input example of a scoped prompt using system and user roles:
6363

0 commit comments

Comments
 (0)