Sweaterdog commited on
Commit
05adb9e
·
verified ·
1 Parent(s): 400fa8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -81,12 +81,12 @@ GRaPE 2.1 Flash features controllable reasoning depth through the `<thinking_mod
81
 
82
  | Mode | Behavior | Tokens |
83
  | :--- | :--- | :--- |
84
- | `Minimal` | Skips the thinking phase entirely | 0 |
85
- | `Low` | Brief reasoning pass | < 1,024 |
86
- | `Medium` | Standard reasoning | 1,024 – 8,192 |
87
- | `High` | Extended reasoning | 8,192 – 16,384 |
88
- | `Xtra-Hi` | Deep extended thought | > 16,384 |
89
- | `Auto` | Model selects depth based on task | Adaptive |
90
 
91
  **Usage example:**
92
  ```
 
81
 
82
  | Mode | Behavior | Tokens |
83
  | :--- | :--- | :--- |
84
+ | `minimal` | Skips the thinking phase entirely | 0 |
85
+ | `low` | Brief reasoning pass | < 1,024 |
86
+ | `medium` | Standard reasoning | 1,024 – 8,192 |
87
+ | `high` | Extended reasoning | 8,192 – 16,384 |
88
+ | `xtra-Hi` | Deep extended thought | > 16,384 |
89
+ | `auto` | Model selects depth based on task | Adaptive |
90
 
91
  **Usage example:**
92
  ```