Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/workers-ai/guides/prompting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Typically, the role can be one of three options:
- <strong>assistant</strong> - 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:

Expand Down
Loading