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 Loading
base: v4.3.1
Choose a base ref
...
head repository: openai/openai-node Loading
compare: v4.4.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 29, 2023

  1. feat(types): fix ambiguous auto-import for chat completions params (#266

    )
    
    This renames the following types and deprecates the old names:
    - `CompletionCreateParams` -> `ChatCompletionCreateParams`
    - `CompletionCreateParamsStreaming` -> `ChatCompletionCreateParamsStreaming`
    - `CompletionCreateParamsNonStreaming` -> `ChatCompletionCreateParamsNonStreaming`
    - `CreateChatCompletionRequestMessage` -> `ChatCompletionCreateParamsMessage`
    stainless-bot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    19c99fb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    1a71a39 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    16f239c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e72421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6534e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    47d3e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca6fd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #273 from openai/release-please--branches--master-…

    …-changes--next--components--openai
    
    chore(next => master): release 4.4.0
    schnerd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b722d3f View commit details
    Browse the repository at this point in the history
Loading