@@ -70,27 +70,20 @@ the sign-in in that private chat; the flow will not start in group chats.
7070## Want to set the reasoning effort? (Optional)
7171
7272You do not need to configure this for normal use—the model uses its default
73- behavior. Only follow these steps if you want to choose the reasoning effort
74- yourself:
73+ behavior. AstrBot's model editor already includes a ** Reasoning Effort ** preset,
74+ so you do not need to add a ` reasoning_effort ` key yourself.
7575
76761 . Open model configuration and edit the model that uses ` OpenAI Subscribe ` .
77772 . Find ** Custom request body parameters (` custom_extra_body ` )** .
78- 3 . Enter ` reasoning_effort ` as the key, choose ` string ` as the value type, and
79- click ** + Add** .
80- 4 . Enter the desired value in the new row, then click ** Confirm** in the lower
81- right corner to save.
78+ 3 . Enter the desired value in ** Reasoning Effort** , then click ** Confirm** in
79+ the lower right corner to save.
8280
83- ![ Adding the reasoning_effort key ] ( docs/images/reasoning-effort-add-key .png )
81+ ![ Entering max in the built-in Reasoning Effort preset ] ( docs/images/reasoning-effort-preset-en .png )
8482
85- * Figure 1: Enter ` reasoning_effort ` , choose ` string ` as its value type , then
86- click ** + Add ** .*
83+ * Figure: AstrBot's built-in ** Reasoning Effort ** preset. Enter ` max ` , then
84+ click ** Confirm ** .*
8785
88- ![ Entering the reasoning_effort value] ( docs/images/reasoning-effort-set-value.png )
89-
90- * Figure 2: After adding the key, enter a value such as ` max ` , then click
91- ** Confirm** in the lower right corner.*
92-
93- Use one of these five lowercase values:
86+ This plugin supports these lowercase values:
9487
9588| Common WebUI label | Value to enter |
9689| --- | --- |
@@ -100,14 +93,8 @@ Use one of these five lowercase values:
10093| Extra High | ` xhigh ` |
10194| Max | ` max ` |
10295
103- Do not enter the label from the left column. The plugin converts the setting to
104- the format Codex expects. If you prefer editing JSON directly, use:
105-
106- ``` json
107- {
108- "reasoning_effort" : " max"
109- }
110- ```
96+ Enter the value from the right column rather than the label on the left. The
97+ plugin converts it to the format Codex expects.
11198
11299### Set reasoning effort for only the current session
113100
0 commit comments