FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Eeelt/openai-python · GitHub
Eeelt
/
openai-python
Public
forked from
openai/openai-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jan 26, 2023
Bump version (#204)
ddeville
authored
b23ecaf
View commit details
Copy full SHA for b23ecaf
Browse repository at this point
Fix invalid pyproject.toml file and move to setup.cfg (#201)
Show description for ca2fbac
ddeville
authored
ca2fbac
View commit details
Copy full SHA for ca2fbac
Browse repository at this point
Commits on Jan 25, 2023
Add license metadata for pypi (#198)
bringhurst
authored
86dff29
View commit details
Copy full SHA for 86dff29
Browse repository at this point
Bump to version 0.26.3 (#200)
hallacy
authored
41f938f
View commit details
Copy full SHA for 41f938f
Browse repository at this point
fix(download): Fix download url by reverting change (#197)
Show description for 88b267b
thejaminator
authored
88b267b
View commit details
Copy full SHA for 88b267b
Browse repository at this point
Commits on Jan 24, 2023
Modify README to clarify documentation section (#193)
logankilpatrick
authored
bf51385
View commit details
Copy full SHA for bf51385
Browse repository at this point
Commits on Jan 22, 2023
Improve error message in case of a misformatted file (#158) (#190)
Show description for 6349015
joe-at-openai
and
BorisPower
authored
6349015
View commit details
Copy full SHA for 6349015
Browse repository at this point
Commits on Jan 17, 2023
Add fine_tunes.delete cmd to cli (#187)
cmurtz-msft
authored
48b6929
View commit details
Copy full SHA for 48b6929
Browse repository at this point
Update README.md (#188)
Ygnys
authored
4a33f3f
View commit details
Copy full SHA for 4a33f3f
Browse repository at this point
Commits on Jan 13, 2023
Bump version (#182)
ddeville
authored
040f72e
View commit details
Copy full SHA for 040f72e
Browse repository at this point
[openai-python] Change request logs to debug level (#152) (#178)
Show description for e5b7d1a
ddeville
and
Andrew-peng
authored
e5b7d1a
View commit details
Copy full SHA for e5b7d1a
Browse repository at this point
Fix some typing issues (#177)
ddeville
authored
5d1a726
View commit details
Copy full SHA for 5d1a726
Browse repository at this point
Commits on Jan 12, 2023
Async iterator needs to be consumed with async for (#179)
nfcampos
authored
ef8f1f1
View commit details
Copy full SHA for ef8f1f1
Browse repository at this point
Several fixes to make `Completion.acreate(stream=True)` work (#172)
Show description for e7ee4da
nfcampos
authored
e7ee4da
View commit details
Copy full SHA for e7ee4da
Browse repository at this point
Fix `FineTune.stream_events` (#176)
Show description for 71cee6a
ddeville
authored
71cee6a
View commit details
Copy full SHA for 71cee6a
Browse repository at this point
Commits on Jan 11, 2023
Fix documentation typo (#175)
joshbode
authored
777c1c3
View commit details
Copy full SHA for 777c1c3
Browse repository at this point
Commits on Jan 6, 2023
Bump to 0.26.0 (#170)
hallacy
authored
4fee0da
View commit details
Copy full SHA for 4fee0da
Browse repository at this point
Add optional mask for dalle's edit api (#157) (#169)
Show description for 70c2a85
YufeiG
authored
70c2a85
View commit details
Copy full SHA for 70c2a85
Browse repository at this point
Remove search, answers, classifications (#154) (#168)
Show description for a730583
hallacy
authored
a730583
View commit details
Copy full SHA for a730583
Browse repository at this point
Allow passing of api_key in image.create (#163)
Show description for 3afcfb2
hallacy
authored
3afcfb2
View commit details
Copy full SHA for 3afcfb2
Browse repository at this point
Make `numpy` and `pandas` optional for ~7 times smaller deps (#153)
Show description for ede0882
jkbrzt
and
hallacy
authored
ede0882
View commit details
Copy full SHA for ede0882
Browse repository at this point
Including the underlying errors in the error message for Timeout & APIConnectionError (#137)
Show description for 9678e15
gdb
authored
9678e15
View commit details
Copy full SHA for 9678e15
Browse repository at this point
Fix API requestor hanging when not using a global session (#167)
ddeville
authored
7af43ce
View commit details
Copy full SHA for 7af43ce
Browse repository at this point
Add deployments cli cmd (#165)
cmurtz-msft
authored
fb4b672
View commit details
Copy full SHA for fb4b672
Browse repository at this point
Commits on Jan 5, 2023
Add async support (#146)
Show description for 0abf641
Andrew-Chen-Wang
and
ddeville
authored
0abf641
View commit details
Copy full SHA for 0abf641
Browse repository at this point
Commits on Dec 22, 2022
Azure OpenAI 2022-12-01 (#159)
Show description for ec4943f
cmurtz-msft
authored
ec4943f
View commit details
Copy full SHA for ec4943f
Browse repository at this point
Commits on Dec 21, 2022
Fix mypy (#158)
Show description for cb120bf
paper42
authored
cb120bf
View commit details
Copy full SHA for cb120bf
Browse repository at this point
Commits on Dec 20, 2022
Do not require typing_extensions with Python 3.8+ (#154)
Show description for 528a5ba
paper42
authored
528a5ba
View commit details
Copy full SHA for 528a5ba
Browse repository at this point
Include long description (#157)
MiWeiss
authored
bbea3dc
View commit details
Copy full SHA for bbea3dc
Browse repository at this point
Commits on Dec 7, 2022
fix(wandb): encoding on Windows (#148)
Show description for af59037
borisdayma
authored
af59037
View commit details
Copy full SHA for af59037
Browse repository at this point
Commits on Nov 17, 2022
Add Moderation endpoint to readme (#151) (#138)
Show description for 3c00e85
hallacy
and
Todor Markov
authored
3c00e85
View commit details
Copy full SHA for 3c00e85
Browse repository at this point
Commits on Nov 3, 2022
Update readme with image information (#135)
mpokrass
authored
dc33cb9
View commit details
Copy full SHA for dc33cb9
Browse repository at this point
Commits on Nov 2, 2022
Rename DALL·E to Image (#134)
Show description for 5f60aca
mpokrass
authored
5f60aca
View commit details
Copy full SHA for 5f60aca
Browse repository at this point
Commits on Oct 21, 2022
Add Dalle Support (#147) (#131)
Show description for d59672b
hallacy
authored
d59672b
View commit details
Copy full SHA for d59672b
Browse repository at this point
Commits on Oct 16, 2022
Fix KeyError occurring using fine_tunes.prepare_data (#125)
Show description for d1769c1
serinamarie
authored
d1769c1
View commit details
Copy full SHA for d1769c1
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL