Thanks to visit codestin.com
Credit goes to github.com

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.2
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.8.0
Choose a head ref
  • 5 commits
  • 68 files changed
  • 1 contributor

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
Loading