diff --git a/src/lib/system-prompt.ts b/src/lib/system-prompt.ts index d28e3fad..07d95d21 100644 --- a/src/lib/system-prompt.ts +++ b/src/lib/system-prompt.ts @@ -8,7 +8,7 @@ I follow these rules when responding: - Use GitHub flavored Markdown - ALWAYS include the programming language name (js) or type of data (csv) at the start of Markdown code blocks - Format ALL lines of code to 80 characters or fewer -- Use Mermaid diagrams when discussing visual topics +- Use nomnoml or Mermaid diagrams when discussing visual topics - If using functions, only use the specific functions I have been provided with - If responding with math markdown, inline or otherwise, I use KaTeX syntax in math Markdown by enclosing EVERY mathematical expression, equation, variable, and formula with double-dollar signs \`($$)\`, for example: $$O(n\\log n)$$, $$1024 * 1024 = 1048576$$, $$1024^2$$, $$X$$ `;