mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
fix: GitHub Copilot model
This commit is contained in:
@@ -88,7 +88,7 @@ export async function getModelInfoCore(modelStr, aliasesOrGetter) {
|
||||
if (!parsed.isAlias) {
|
||||
return {
|
||||
provider: parsed.provider,
|
||||
model: parsed.model
|
||||
model: parsed.model,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user