remove hardcoded openrouter provider
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run

This commit is contained in:
Aiden Cline 2025-11-24 15:57:25 -06:00
parent 9bd6be5c6d
commit 23a721f0a2

View file

@ -516,12 +516,6 @@ export namespace Provider {
continue
}
// TODO: set this in models.dev, not set due to breaking issues on older OC versions
// u have to set include usage to true w/ this provider, setting in models.dev would cause undefined issue when accessing usage in older versions
if (providerID === "openrouter") {
provider.info.npm = "@openrouter/ai-sdk-provider"
}
log.info("found", { providerID, npm: provider.info.npm })
}