alemonjs-aichat 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,7 +144,7 @@ var res = onResponse(selects, async (e, next) => {
144
144
  model: config.model,
145
145
  tools,
146
146
  tool_choice: "auto",
147
- reasoning_effort: "low",
147
+ // reasoning_effort: "low",
148
148
  messages: messages,
149
149
  });
150
150
  if (!res.choices || res.choices.length === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alemonjs-aichat",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "alemonjs-aichat",
5
5
  "author": "suancaixianyu",
6
6
  "license": "MIT",