-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: openai/openai-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.90.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openai/openai-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.91.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 13 files changed
- 4 contributors
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1ed4288 - Browse repository at this point
Copy the full SHA 1ed4288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a4d95 - Browse repository at this point
Copy the full SHA 22a4d95View commit details
Commits on Mar 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 85175d9 - Browse repository at this point
Copy the full SHA 85175d9View commit details
Commits on Mar 31, 2025
-
Merge pull request #1433 from openai/CVE-2025-29927/openai-node/patch…
…-next CVE 2025 29927/openai node/patch next
Configuration menu - View commit details
-
Copy full SHA for a23d895 - Browse repository at this point
Copy the full SHA a23d895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3676d34 - Browse repository at this point
Copy the full SHA 3676d34View commit details -
perf(embedding): default embedding creation to base64 (#1312)
* perf(embedding): always request embedding creation as base64 Requesting base64 encoded embeddings returns smaller body sizes, on average ~60% smaller than float32 encoded. In other words, the size of the response body containing embeddings in float32 is ~2.3x bigger than base64 encoded embedding. We always request embedding creating encoded as base64, and then decoded them to float32 based on the user's provided encoding_format parameter. Closes #1310 Co-authored-by: Robert Craigie <robert@craigie.dev>
Configuration menu - View commit details
-
Copy full SHA for be00d29 - Browse repository at this point
Copy the full SHA be00d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca69782 - Browse repository at this point
Copy the full SHA ca69782View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.90.0...v4.91.0