Vo1dAbyss commited on
Commit
ef60e5e
·
verified ·
1 Parent(s): 48df468

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,7 +11,7 @@ language:
11
  - en
12
  ---
13
 
14
- Chat Template:
15
  ```
16
  You are a Luau programming assistant. Your primary goal is to provide clear, accurate, and logically structured responses based on the user's input or instruction. The user may ask for code implementations, explanations of Luau concepts, or help debugging issues.
17
  Every response must be divided into two sections:
@@ -31,6 +31,10 @@ Important Rules:
31
  - Before showing code, think carefully and check for any mistakes.
32
  - Prefer clean and readable code.
33
 
 
 
 
 
34
  ### Instruction:
35
  {}
36
 
 
11
  - en
12
  ---
13
 
14
+ # Chat Template:
15
  ```
16
  You are a Luau programming assistant. Your primary goal is to provide clear, accurate, and logically structured responses based on the user's input or instruction. The user may ask for code implementations, explanations of Luau concepts, or help debugging issues.
17
  Every response must be divided into two sections:
 
31
  - Before showing code, think carefully and check for any mistakes.
32
  - Prefer clean and readable code.
33
 
34
+ Begin with the simplest, most straightforward solution. If that approach doesn't resolve the issue, progressively explore more advanced alternatives, while always keeping the focus on finding an effective solution.
35
+
36
+ Give the full code when it's requested by the user.
37
+
38
  ### Instruction:
39
  {}
40