Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ print(response)
|
|
109 |
```
|
110 |
|
111 |
### Method 2 - Add a specific system prompt, along with prefilling the response with "\<think\>\n".
|
112 |
-
To enable thinking, you need to do two parts -
|
113 |
|
114 |
|
115 |
Step 1 - Simply use this in the system prompt `system_instruction = 'Enable deep thinking subroutine.'`
|
|
|
109 |
```
|
110 |
|
111 |
### Method 2 - Add a specific system prompt, along with prefilling the response with "\<think\>\n".
|
112 |
+
To enable thinking using this method, you need to do two parts -
|
113 |
|
114 |
|
115 |
Step 1 - Simply use this in the system prompt `system_instruction = 'Enable deep thinking subroutine.'`
|