fix: GitHub Copilot model

This commit is contained in:
decolua
2026-02-05 22:26:14 +07:00
parent 3c65e0c5f2
commit 95fd9508e8
2 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export async function getModelInfoCore(modelStr, aliasesOrGetter) {
if (!parsed.isAlias) {
return {
provider: parsed.provider,
model: parsed.model
model: parsed.model,
};
}