@@ -545,10 +545,7 @@ function applyThinkingLevelMetadata(model: Model<any>): void {
|
||||
) {
|
||||
mergeThinkingLevelMap(model, { xhigh: "xhigh", max: "max" });
|
||||
}
|
||||
if (
|
||||
(model.api === "anthropic-messages" || model.api === "bedrock-converse-stream") &&
|
||||
model.id.includes("fable-5")
|
||||
) {
|
||||
if (model.id.includes("fable-5")) {
|
||||
mergeThinkingLevelMap(model, { off: null, xhigh: "xhigh", max: "max" });
|
||||
}
|
||||
if (model.api === "anthropic-messages" && isAnthropicAdaptiveThinkingModel(model.id)) {
|
||||
|
||||
Reference in New Issue
Block a user