We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd6be5 commit 23a721fCopy full SHA for 23a721f
packages/opencode/src/provider/provider.ts
@@ -516,12 +516,6 @@ export namespace Provider {
516
continue
517
}
518
519
- // TODO: set this in models.dev, not set due to breaking issues on older OC versions
520
- // 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
521
- if (providerID === "openrouter") {
522
- provider.info.npm = "@openrouter/ai-sdk-provider"
523
- }
524
-
525
log.info("found", { providerID, npm: provider.info.npm })
526
527
0 commit comments