You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/artificial-intelligence/llm.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
---
2
2
description: Large Language Models
3
+
---
3
4
# LLM
4
5
5
6
## Code assistant
6
7
7
8
### System prompt
8
9
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
+
9
12
```
10
13
Follow Clean Code best practices:
11
14
Meaningful names: Use clear, descriptive names for variables, functions, and classes.
0 commit comments