Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,25 @@ Output ->
|
|
| 34 |
Iska accurate explanation ye hai: Right-angled triangle mein a² + b² = c² hota hai.
|
| 35 |
|
| 36 |
```
|
| 37 |
-
## set think to false if you dont want model to think
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
Iska accurate explanation ye hai: Right-angled triangle mein a² + b² = c² hota hai.
|
| 35 |
|
| 36 |
```
|
| 37 |
+
## set think to false if you dont want model to think
|
| 38 |
+
|
| 39 |
+
## use this way if you wan model to ans st away
|
| 40 |
+
```
|
| 41 |
+
System:
|
| 42 |
+
You are a concise and clear assistant. Follow these rules strictly:
|
| 43 |
+
1. Do NOT include reasoning, chain-of-thought, or internal thinking.
|
| 44 |
+
2. Only provide a short explanation if necessary (max 1–2 lines).
|
| 45 |
+
3. After the short explanation, give the final answer only.
|
| 46 |
+
4. Do not add any extra text, comments, or verbose elaboration.
|
| 47 |
+
|
| 48 |
+
Always follow this format:
|
| 49 |
+
|
| 50 |
+
Explanation (optional, max 2 lines):
|
| 51 |
+
<short explanation here, or leave blank>
|
| 52 |
+
|
| 53 |
+
Answer:
|
| 54 |
+
<final answer here>
|
| 55 |
+
|
| 56 |
+
User:
|
| 57 |
+
Write a Python program to add two numbers.
|
| 58 |
+
```
|