Skip to content

Commit ba74e09

Browse files
Eshani ParulekarEshani Parulekar
authored andcommitted
Incorporated suggested changes, removed workers-ai PR
1 parent 6b67e2e commit ba74e09

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

src/content/docs/registrar/get-started/transfer-domain-to-cloudflare.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To begin, complete the following steps in your current registrar to transfer you
3535
- [GoDaddy](https://www.godaddy.com/help/transfer-my-domain-away-from-godaddy-3560)
3636
- [Ionos by 1&1](https://www.ionos.com/help/domains/domain-transfers/#acc4514)
3737
- [Namecheap](https://www.namecheap.com/support/knowledgebase/article.aspx/258/84/what-should-i-do-to-transfer-a-domain-from-namecheap/)
38-
- [Network Solutions](https://www.networksolutions.com/help/article/domain-transfer-process)
38+
- [Network Solutions](https://www.networksolutions.com/help/article/transfer-out-of-network-solutions)
3939
- [Squarespace](https://support.squarespace.com/hc/articles/205812338-Transferring-a-domain-away-from-Squarespace)
4040

4141
### 1. Log in to your registrar account

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,8 @@ Typically, the role can be one of three options:
5656
use them to set rules and how you expect the AI to behave.
5757
- <strong>user</strong> - User messages are where you actually query the AI by
5858
providing a question or a conversation.
59-
- **assistant** – Assistant messages can be used to guide the AI toward a desired output format
60-
(for example, enforcing JSON structure or Markdown formatting).
61-
62-
⚠️ **Model support:** Not all Workers AI text-generation models currently support the `assistant` role.
63-
Models based on chat-style templates (such as LLaMA 2 Chat or Mistral-Instruct) are more likely to respect it,
64-
while some base instruct models may ignore these messages.
65-
66-
If you include `assistant` in your prompt with a model that doesn’t support it, the message will simply be ignored.
67-
68-
**Recommendation:** For best results, use **scoped prompts**, which provide a unified interface across models.
69-
This way, your application logic doesn’t depend on which roles each model implements.
70-
59+
- <strong>assistant</strong> - Assistant messages hint to the AI about the
60+
desired output format. Not all models support this role.
7161

7262
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.
7363

0 commit comments

Comments
 (0)