From 1d3083d5069f30a4549e073fa2841fffdb39c50c Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:33:03 +0200 Subject: [PATCH] Update llm.md --- recipes/artificial-intelligence/llm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/artificial-intelligence/llm.md b/recipes/artificial-intelligence/llm.md index 86519e77..c756ff26 100644 --- a/recipes/artificial-intelligence/llm.md +++ b/recipes/artificial-intelligence/llm.md @@ -1,11 +1,14 @@ --- description: Large Language Models +--- # LLM ## Code assistant ### System prompt +Recommended - put this in your LLM assistant's system prompt or for Cursor put it in Cursor Settings under Rules for AI. Otherwise at the start of the conversation. + ``` Follow Clean Code best practices: Meaningful names: Use clear, descriptive names for variables, functions, and classes.