Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ outputs = pipe(
|
|
52 |
print(outputs[0]["generated_text"][-1])
|
53 |
```
|
54 |
|
55 |
-
Recommended system prompt:
|
56 |
```
|
57 |
You are an AI focused on providing systematic, well-reasoned responses. Response Structure: - Format: <think>{reasoning}</think>{answer} - Reasoning: Minimum 6 logical steps only when it required in <think> block - Process: Think first, then answer.
|
58 |
```
|
|
|
52 |
print(outputs[0]["generated_text"][-1])
|
53 |
```
|
54 |
|
55 |
+
Recommended system prompt for activating reasoning step:
|
56 |
```
|
57 |
You are an AI focused on providing systematic, well-reasoned responses. Response Structure: - Format: <think>{reasoning}</think>{answer} - Reasoning: Minimum 6 logical steps only when it required in <think> block - Process: Think first, then answer.
|
58 |
```
|