Update README.md
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ print(response_cot)
|
|
| 86 |
|
| 87 |
```
|
| 88 |
|
| 89 |
-
**Prompting:** For best results, especially when seeking CoT reasoning, explicitly ask the model to "think step-by-step" or "provide your reasoning process before the code".
|
| 90 |
|
| 91 |
### Limitations and Bias
|
| 92 |
|
|
|
|
| 86 |
|
| 87 |
```
|
| 88 |
|
| 89 |
+
**Prompting:** For best results, especially when seeking CoT reasoning, explicitly ask the model to "think step-by-step" or "provide your reasoning process before the code". in system prompts add "You are a code engineer proficient in various programming languages. Before answering, please carefully consider the question and create a logically coherent thought process, starting with and ending with . After thinking, provide the answer."
|
| 90 |
|
| 91 |
### Limitations and Bias
|
| 92 |
|