Skip to content
Permalink

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
Choose a base ref
...
head repository: openai/openai-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.91.0
Choose a head ref
  • 7 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    1ed4288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a4d95 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. update

    khai-oai committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    85175d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Merge pull request #1433 from openai/CVE-2025-29927/openai-node/patch…

    …-next
    
    CVE 2025 29927/openai node/patch next
    khai-oai authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    a23d895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3676d34 View commit details
    Browse the repository at this point in the history
  3. 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>
    2 people authored and stainless-app[bot] committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    be00d29 View commit details
    Browse the repository at this point in the history
  4. release: 4.91.0

    stainless-app[bot] committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    ca69782 View commit details
    Browse the repository at this point in the history
Loading