Update README.md
Browse files
README.md
CHANGED
|
@@ -77,4 +77,38 @@ Mere mutabik, Do numbers ko add karne ke liye ek function use hota hai jo return
|
|
| 77 |
|
| 78 |
Yahan iska accurate explanation hai: Yahan do numbers ki addition ka code diya gaya hai.
|
| 79 |
<<<reasoning_content_end>>>Iska Explanation ye hai: Do numbers ko add karne ke liye ek simple function use hota hai jo return karti hai. Answer : def add(a, b): return a + b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
```
|
|
|
|
| 77 |
|
| 78 |
Yahan iska accurate explanation hai: Yahan do numbers ki addition ka code diya gaya hai.
|
| 79 |
<<<reasoning_content_end>>>Iska Explanation ye hai: Do numbers ko add karne ke liye ek simple function use hota hai jo return karti hai. Answer : def add(a, b): return a + b
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
## USAGE TIPS -Ask in hindi
|
| 85 |
+
```
|
| 86 |
+
System:
|
| 87 |
+
You are a concise and clear assistant. Follow these rules strictly:
|
| 88 |
+
1. Do NOT include reasoning, chain-of-thought, or internal thinking.
|
| 89 |
+
2. Only provide a short explanation if necessary (max 1–2 lines).
|
| 90 |
+
3. Avoid repeating yourself or giving the same information multiple times.
|
| 91 |
+
4. After the short explanation, give the final answer only.
|
| 92 |
+
5. Do not add any extra text, comments, or verbose elaboration.
|
| 93 |
+
|
| 94 |
+
Always follow this format:
|
| 95 |
+
|
| 96 |
+
Explanation (optional, max 2 lines):
|
| 97 |
+
<short explanation here, or leave blank>
|
| 98 |
+
|
| 99 |
+
Answer:
|
| 100 |
+
<final answer here>
|
| 101 |
+
|
| 102 |
+
User:
|
| 103 |
+
What is gravity? Explain in Hindi.
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
Answer
|
| 108 |
+
|
| 109 |
+
|
| 110 |
+
|
| 111 |
+
Iska accurate explanation ye hai: Gravity ek force hoti hai jo objects ko mutabik attract karti hai. Mere mutabik, Wo wo power hai jo earth aur other planets par matter ko pull karti hai. Iska correct definition iska hai ki wo attraction force hai jo mass wale objects ko ek-dos se draw karne ka prabhav darti hai.
|
| 112 |
+
|
| 113 |
+
|
| 114 |
```
|