Skip to content

Commit 1d3083d

Browse files
Update llm.md
1 parent 1cc103f commit 1d3083d

File tree

1 file changed

+3
-0
lines changed
  • recipes/artificial-intelligence

1 file changed

+3
-0
lines changed

recipes/artificial-intelligence/llm.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
description: Large Language Models
3+
---
34
# LLM
45

56
## Code assistant
67

78
### System prompt
89

10+
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.
11+
912
```
1013
Follow Clean Code best practices:
1114
Meaningful names: Use clear, descriptive names for variables, functions, and classes.

0 commit comments

Comments
 (0)