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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: openai/openai-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 17 commits
  • 90 files changed
  • 1 contributor

Commits on Jan 10, 2024

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

    stainless-bot committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3fb66dd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    d253af5 View commit details
    Browse the repository at this point in the history
  2. refactor(api): remove deprecated endpoints (#1067)

    The fine tunes and edits APIs are no longer
    provided by OpenAI.
    This is not a breaking change as attempting to
    call these APIs, even on older versions, will
    result in an error at runtime.
    stainless-bot committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8dab142 View commit details
    Browse the repository at this point in the history
  3. release: 1.7.2

    stainless-bot committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ac33853 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat(client): add support for streaming raw responses (#1072)

    As an alternative to `with_raw_response` we now provide
    `with_streaming_response` as well. When using these methods you
    will have to use a context manager to ensure that the response is
    always cleaned up.
    stainless-bot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    86379b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023a4e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05b160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8866b72 View commit details
    Browse the repository at this point in the history
  5. release: 1.8.0

    stainless-bot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3d61ed4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    42d1ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e9d7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5abe79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c484e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98d779f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f18183 View commit details
    Browse the repository at this point in the history
  7. release: 1.9.0

    stainless-bot committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    15488ce View commit details
    Browse the repository at this point in the history
Loading