Update README.md
Browse files
README.md
CHANGED
@@ -47,4 +47,9 @@ outputs = pipe(
|
|
47 |
)
|
48 |
|
49 |
print(outputs[0]["generated_text"][-1])
|
|
|
|
|
|
|
|
|
|
|
50 |
```
|
|
|
47 |
)
|
48 |
|
49 |
print(outputs[0]["generated_text"][-1])
|
50 |
+
```
|
51 |
+
|
52 |
+
System prompt:
|
53 |
+
```
|
54 |
+
You are an AI focused on providing systematic, well-reasoned responses. Response Structure: - Format: <think>{reasoning}</think>{answer} - Process: Think first, then answer. Always use your reasoning capabilities.
|
55 |
```
|