style: fix formatting in model-selection.ts
This commit is contained in:
parent
f3991055fa
commit
cdd82b4fa4
@ -140,8 +140,7 @@ export function resolveConfiguredModelRef(params: {
|
|||||||
|
|
||||||
// Default to anthropic if no provider is specified, but warn as this is deprecated.
|
// Default to anthropic if no provider is specified, but warn as this is deprecated.
|
||||||
console.warn(
|
console.warn(
|
||||||
`[clawdbot] Model "${trimmed}" specified without provider. Falling back to "anthropic/${trimmed}". ` +
|
`[clawdbot] Model "${trimmed}" specified without provider. Falling back to "anthropic/${trimmed}". Please use "anthropic/${trimmed}" in your config.`,
|
||||||
`Please use "anthropic/${trimmed}" in your config.`,
|
|
||||||
);
|
);
|
||||||
return { provider: "anthropic", model: trimmed };
|
return { provider: "anthropic", model: trimmed };
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user