drishanarora commited on
Commit
3226e4b
·
verified ·
1 Parent(s): 78218c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.'`