* docs: add Node LTS pinning guide for macOS Homebrew users New doc (docs/node-lts-macos.md) explains how to pin Node 24 LTS via Homebrew to avoid running on odd-numbered development releases. Covers brew install/link/pin, version managers as alternatives, and verification steps. Added notice banner in README linking to the guide. * fix: disable reasoning for MiniMax-M2.5 in alibaba-coding-plan provider (#1003) MiniMax-M2.5 via Dashscope's Anthropic-compatible API does not properly support extended thinking, causing the model to get stuck in a thinking loop. Set reasoning: false for this model entry in the alibaba-coding-plan provider.
This commit is contained in:
parent
004f0ac861
commit
85d48d3c97
1 changed files with 1 additions and 1 deletions
|
|
@ -13459,7 +13459,7 @@ export const MODELS = {
|
|||
api: "anthropic-messages",
|
||||
provider: "alibaba-coding-plan",
|
||||
baseUrl: "https://coding-intl.dashscope.aliyuncs.com/apps/anthropic",
|
||||
reasoning: true,
|
||||
reasoning: false,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue