Skip to content

Commit

Permalink
Update llm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Jul 31, 2024
1 parent 1cc103f commit 1d3083d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/artificial-intelligence/llm.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1d3083d

Please sign in to comment.