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: a5f5c8e
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: 90dd215
Choose a head ref
  • 4 commits
  • 120 files changed
  • 3 contributors

Commits on Aug 6, 2024

  1. chore(internal): bump ruff version (#1604)

    Stainless Bot authored and stainless-app[bot] committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1d8a28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    762b905 View commit details
    Browse the repository at this point in the history
  3. feat(api): add structured outputs support

    This commit adds support for JSON schema response format & adds a
    separate `.beta.chat.completions.parse()` method to automatically
    deserialise the response content into a Pydantic model.
    
    For more details on structured outputs, see this guide
    https://platform.openai.com/docs/guides/structured-outputs
    RobertCraigie authored and stainless-app[bot] committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bf1ca86 View commit details
    Browse the repository at this point in the history
  4. release: 1.40.0

    stainless-app[bot] committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    90dd215 View commit details
    Browse the repository at this point in the history
Loading