-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: openai/openai-python
base: v0.27.10
head repository: openai/openai-python
compare: v0.28.1
- 11 commits
- 9 files changed
- 11 contributors
Commits on Aug 31, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 1be14ee - Browse repository at this point
Copy the full SHA 1be14eeView commit details
Commits on Sep 6, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 52f571a - Browse repository at this point
Copy the full SHA 52f571aView commit details
Commits on Sep 7, 2023
-
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
1Configuration menu - View commit details
-
Copy full SHA for 376dd19 - Browse repository at this point
Copy the full SHA 376dd19View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5d50e9e - Browse repository at this point
Copy the full SHA 5d50e9eView commit details
Commits on Sep 12, 2023
-
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]>
1Configuration menu - View commit details
-
Copy full SHA for e389823 - Browse repository at this point
Copy the full SHA e389823View commit details
Commits on Sep 21, 2023
-
[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
1Configuration menu - View commit details
-
Copy full SHA for 3f6ef06 - Browse repository at this point
Copy the full SHA 3f6ef06View commit details
Commits on Sep 22, 2023
-
Update nested_resource_class_methods.py (#612)
support api-base in _nested_resource_class_methods
1Configuration menu - View commit details
-
Copy full SHA for 7fba4dc - Browse repository at this point
Copy the full SHA 7fba4dcView commit details
Commits on Sep 25, 2023
-
Fix: SSE Stream parser expects additional space after colon "data:" (#…
…559) * Update api_requestor.py * fix: SSE event for api_requestor.py
1Configuration menu - View commit details
-
Copy full SHA for 8944bd1 - Browse repository at this point
Copy the full SHA 8944bd1View commit details
Commits on Sep 26, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 532d3df - Browse repository at this point
Copy the full SHA 532d3dfView commit details -
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`
1Configuration menu - View commit details
-
Copy full SHA for 19d2444 - Browse repository at this point
Copy the full SHA 19d2444View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f7ccce1 - Browse repository at this point
Copy the full SHA f7ccce1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.27.10...v0.28.1