We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009f379 commit babe507Copy full SHA for babe507
1 file changed
packages/opencode/src/provider/transform.ts
@@ -218,7 +218,7 @@ function normalizeMessages(
218
if (
219
model.providerID === "mistral" ||
220
model.api.id.toLowerCase().includes("mistral") ||
221
- model.api.id.toLocaleLowerCase().includes("devstral")
+ model.api.id.toLowerCase().includes("devstral")
222
) {
223
const scrub = (id: string) => {
224
return id
0 commit comments