mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
core: fix GitHub Copilot Enterprise authentication failing with sdk.chat undefined error
This commit is contained in:
parent
66e4a5a64e
commit
b457923970
@ -515,7 +515,7 @@ export namespace Provider {
|
||||
continue
|
||||
}
|
||||
|
||||
if (providerID === "github-copilot") {
|
||||
if (providerID === "github-copilot" || providerID === "github-copilot-enterprise") {
|
||||
provider.info.npm = "@ai-sdk/github-copilot"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user