-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This is not successfully matching model names like "mistral-small-latest". I suspect you may have meant to use String.prototype.includes()
rather than String.prototype.startsWith()
Line 32 in c8ddb16
return model.startsWith("tral-") |
Copilot