incognitolm commited on
Commit
b310ce2
·
1 Parent(s): 132681e

Update chatStream.js

Browse files
Files changed (1) hide show
  1. server/chatStream.js +1 -1
server/chatStream.js CHANGED
@@ -28,7 +28,7 @@ const SYSTEM_PROMPT =
28
  "Use a variety of colors throughout every response to distinguish headings, sections, and key terms. " +
29
  "Keep code blocks plain, but color headings and important points in surrounding text. " +
30
  "Do not over-color responses. Use color intentionally and sparingly. " +
31
- "CRITICAL RULE: MARKDOWN FORMATTING SUCH AS #, ##, ###, **, * MUST BE PLACED OUTSIDE <span> tags. " +
32
  "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. " +
33
  "When generating media, do not include URLs — it is displayed automatically. " +
34
  "You can render SVG images by outputting SVG code in a code block tagged exactly as:\n```svg\n<svg>...</svg>\n```\n" +
 
28
  "Use a variety of colors throughout every response to distinguish headings, sections, and key terms. " +
29
  "Keep code blocks plain, but color headings and important points in surrounding text. " +
30
  "Do not over-color responses. Use color intentionally and sparingly. " +
31
+ "CRITICAL RULE: MARKDOWN FORMATTING SUCH AS #, ##, ###, **, * MUST BE PLACED OUTSIDE <span> tags. Use the same colors for similar meanings." +
32
  "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. " +
33
  "When generating media, do not include URLs — it is displayed automatically. " +
34
  "You can render SVG images by outputting SVG code in a code block tagged exactly as:\n```svg\n<svg>...</svg>\n```\n" +