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: v0.27.10
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: v0.28.1
Choose a head ref
  • 11 commits
  • 9 files changed
  • 11 contributors

Commits on Aug 31, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Revamp README to make examples front and center (#603)

    * Revamp README
    
    * Add completions guides
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    logankilpatrick authored Sep 7, 2023
    1 Configuration menu
    Copy the full SHA
    376dd19 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5d50e9e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Update the wandb logger (#590)

    * Update WandbLogger for new FineTuningJob api
    
    * remove prints
    
    * add docs link
    
    * remove pd
    
    * add pandas check
    
    * list all jobs
    
    * move pandas assert
    
    ---------
    
    Co-authored-by: Morgan McGuire <[email protected]>
    Co-authored-by: Thomas Capelle <[email protected]>
    Co-authored-by: John Allard <[email protected]>
    4 people authored Sep 12, 2023
    1 Configuration menu
    Copy the full SHA
    e389823 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. [azure] enable audio/whisper support (#613)

    * enable azure for audio
    
    * reorder overloads
    
    * add additional tests
    
    * add helper function to utils
    
    * simplify - azure users will just need to pass model and deployment_id
    kristapratico authored Sep 21, 2023
    1 Configuration menu
    Copy the full SHA
    3f6ef06 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update nested_resource_class_methods.py (#612)

    support api-base in _nested_resource_class_methods
    00arthur00 authored Sep 22, 2023
    1 Configuration menu
    Copy the full SHA
    7fba4dc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Fix: SSE Stream parser expects additional space after colon "data:" (#…

    …559)
    
    * Update api_requestor.py
    
    * fix: SSE event for api_requestor.py
    michaelfeil authored Sep 25, 2023
    1 Configuration menu
    Copy the full SHA
    8944bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. 1 Configuration menu
    Copy the full SHA
    532d3df View commit details
    Browse the repository at this point in the history
  2. Bugfix: Add param positional arg to InvalidRequestError (#573)

    I was testing some code and I got this error:
    ```
      File "/usr/local/lib/python3.10/site-packages/openai/api_resources/abstract/engine_api_resource.py", line 37, in class_url
        raise error.InvalidRequestError(
    TypeError: InvalidRequestError.__init__() missing 1 required positional argument: 'param'
    ```
    
    So I checked this file and saw that in a few cases, InvalidRequestError was missing the second positional argument `param`
    wdhorton authored Sep 26, 2023
    1 Configuration menu
    Copy the full SHA
    19d2444 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    f7ccce1 View commit details
    Browse the repository at this point in the history
Loading