Skip to content

Commit b05e256

Browse files
Merge pull request #5883 from continuedev/adarsh-rule
rule for tailoring recommendations for LLM code based on which specific LLM is being used
2 parents fe5bcfe + b7e97fc commit b05e256

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.continue/rules/llm-specificity.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
globs: core/llm/llms/**/*.{ts,test.ts}
3+
description: Tailor recommendations for LLM code based on which specific LLM is being used.
4+
---
5+
6+
# LLM Model Specificity
7+
8+
- Refer to the file name and names of big classes to determine which LLM is being used in a file.
9+
- Ground all observations and recommendations with knowledge of that LLM.
10+
- Consider items such as context length, architecture, speed, and such.
11+
- Pay attention to the parent classes in these files.

0 commit comments

Comments
 (0)