-
Notifications
You must be signed in to change notification settings - Fork 0
V5 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V5 #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| @@ -26,7 +26,7 @@ describe("HerokuEmbeddingModel", () => { | |||
| describe("Constructor", () => { | |||
| it("should initialize with correct properties", () => { | |||
| expect(model.modelId).toBe(testModel); | |||
| expect(model.specificationVersion).toBe("v1"); | |||
| expect(model.specificationVersion).toBe("v2"); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| } | ||
| const supportedChatModels = [ | ||
| "claude-3-5-sonnet-latest", | ||
| "claude-4-sonnet", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if (options.providerOptions && | ||
| Object.keys(options.providerOptions).length > 0) { | ||
| console.warn("providerOptions are not supported for Heroku embedding models. Ignoring provided options."); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migrate to ai-sdk v5