Skip to content

Commit

Permalink
updated default system prompt to include nomnoml responses
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Mar 26, 2024
1 parent 2d51fce commit bb7c557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/system-prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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$$
`;
Expand Down

0 comments on commit bb7c557

Please sign in to comment.