You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers-ai/guides/prompting.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Typically, the role can be one of three options:
57
57
- <strong>assistant</strong> - Assistant messages hint to the AI about the
58
58
desired output format. Not all models support this role.
59
59
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.
61
61
62
62
Here's an input example of a scoped prompt using system and user roles:
0 commit comments