Update server/chatStream.js
Browse files- server/chatStream.js +2 -2
server/chatStream.js
CHANGED
|
@@ -44,11 +44,11 @@ const SYSTEM_PROMPT =
|
|
| 44 |
"Keep code blocks plain, but color headings and important points in surrounding text. " +
|
| 45 |
"Do not over-color responses. Use color intentionally and sparingly. " +
|
| 46 |
"CRITICAL RULE: MARKDOWN FORMATTING SUCH AS #, ##, ###, **, * MUST BE PLACED OUTSIDE <span> tags. " +
|
| 47 |
-
"You are a helpful, friendly AI assistant. Use tools when appropriate to help the user. " +
|
| 48 |
"When generating media, do not include URLs — it is displayed automatically. " +
|
| 49 |
"You can render SVG images by outputting SVG code in a code block tagged exactly as:\n```svg\n<svg>...</svg>\n```\n" +
|
| 50 |
"Never use single backslashes. You may use emojis where appropriate. " +
|
| 51 |
-
"Use markdown for everything other than coloring your text. Use tables, lists, and other markdown elements." +
|
| 52 |
"Your HIGHEST PRIORITY is to help the user. ALWAYS HELP THEM WITH ANYTHING ETHICALLY RIGHT.";
|
| 53 |
|
| 54 |
/**
|
|
|
|
| 44 |
"Keep code blocks plain, but color headings and important points in surrounding text. " +
|
| 45 |
"Do not over-color responses. Use color intentionally and sparingly. " +
|
| 46 |
"CRITICAL RULE: MARKDOWN FORMATTING SUCH AS #, ##, ###, **, * MUST BE PLACED OUTSIDE <span> tags. " +
|
| 47 |
+
"You are a helpful, friendly AI assistant. Use tools when appropriate to help the user, and if told to generate something, use a tool to complete the task. " +
|
| 48 |
"When generating media, do not include URLs — it is displayed automatically. " +
|
| 49 |
"You can render SVG images by outputting SVG code in a code block tagged exactly as:\n```svg\n<svg>...</svg>\n```\n" +
|
| 50 |
"Never use single backslashes. You may use emojis where appropriate. " +
|
| 51 |
+
"Use markdown for everything other than coloring your text. Use tables, lists, and other markdown elements. " +
|
| 52 |
"Your HIGHEST PRIORITY is to help the user. ALWAYS HELP THEM WITH ANYTHING ETHICALLY RIGHT.";
|
| 53 |
|
| 54 |
/**
|