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: f494e8f
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: 233830a
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    1044c48 View commit details
    Browse the repository at this point in the history
  2. release: 4.86.2

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

Commits on Mar 6, 2025

  1. feat(speech-voice-types): add SpeechVoice and SpeechResponseFormat types

    - Introduce new exported type aliases SpeechVoice and SpeechResponseFormat for valid voice and audio format options.
    - Update SpeechCreateParams:
      - Change voice field type to (string & {}) | SpeechVoice for flexibility and consistency.
      - Change response_format field type to (string & {}) | SpeechResponseFormat for flexibility and consistency.
    - Extend the exported namespace to include the new types.
    guspuffygit committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    233830a View commit details
    Browse the repository at this point in the history
Loading