tag:github.com,2008:https://github.com/user01010011/openai-python/releases
Tags from openai-python
2022-11-02T19:45:32Z
tag:github.com,2008:Repository/580264711/v0.25.0
2022-11-02T19:45:32Z
v0.25.0: Rename DALL·E to Image (#134)
<p>Rename DALL·E to Image (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/134">openai#134</a>)</p>
<p>* Rename DALL·E to Image</p>
<p>* bump version</p>
mpokrass
tag:github.com,2008:Repository/580264711/v0.24.0
2022-10-21T17:29:27Z
v0.24.0: Add Dalle Support (#147) (#131)
<p>Add Dalle Support (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/147">openai#147</a>) (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/131">openai#131</a>)</p>
<p>* Add Dalle Support (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/147">openai#147</a>)</p>
hallacy
tag:github.com,2008:Repository/580264711/v0.23.1
2022-09-28T18:22:21Z
v0.23.1: Add missing dependencies (#126)
<p>Add missing dependencies (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/126">openai#126</a>)</p>
<p>* Add missing dependencies</p>
<p>* bump patch version</p>
mpokrass
tag:github.com,2008:Repository/580264711/v0.23.0
2022-08-24T03:06:43Z
v0.23.0: Hallacy/v23 (#116)
<p>Hallacy/v23 (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/116">openai#116</a>)</p>
<p>* overload output type depending on stream literal (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/142">openai#142</a>)</p>
<p>* Bump to v22</p>
<p>* [numpy] change version (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/143">openai#143</a>)</p>
<p>* [numpy] change version</p>
<p>* update comments</p>
<p>* no version for numpy</p>
<p>* Fix timeouts (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/137">openai#137</a>)</p>
<p>* Fix timeouts</p>
<p>* Rename to request_timeout and add to readme</p>
<p>* Dev/hallacy/request timeout takes tuples (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/144">openai#144</a>)</p>
<p>* Add tuple typing for request_timeout</p>
<p>* imports</p>
<p>* [api_requestor] Log request_id with response (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/145">openai#145</a>)</p>
<p>* Only import wandb as needed (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/146">openai#146</a>)</p>
<p>Co-authored-by: Felipe Petroski Such <[email protected]>
<br />Co-authored-by: Henrique Oliveira Pinto <[email protected]>
<br />Co-authored-by: Rachel Lim <[email protected]></p>
hallacy
tag:github.com,2008:Repository/580264711/v0.22.1
2022-08-02T22:48:48Z
v0.22.1 (#114)
<p>v0.22.1 (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/114">openai#114</a>)</p>
<p>0.22.0 was deployed incorrectly with extra breakpoint statements. 0.22.1 fixes this</p>
hallacy
tag:github.com,2008:Repository/580264711/v0.22.0
2022-07-26T13:35:13Z
v0.22.0: Ted/move examples to openai cookbook (#112)
<p>Ted/move examples to openai cookbook (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/112">openai#112</a>)</p>
<p>* removes examples (which can now be found in the OpenAI Cookbook repo)</p>
<p>* Update numpy requirements due to vuln in 1.21.6</p>
<p>* adds api_type to ErrorObject</p>
<p>* formats by Black</p>
ted-at-openai
tag:github.com,2008:Repository/580264711/v0.20.0
2022-06-15T05:43:38Z
v0.20.0
tag:github.com,2008:Repository/580264711/v0.19.0
2022-05-24T23:51:52Z
v0.19.0: V0.19.0: Support engineless and adds openai.Search.create (#97)
<p>V0.19.0: Support engineless and adds openai.Search.create (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/97">openai#97</a>)</p>
<p>* Remove engine requirement for embeddings (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/131">openai#131</a>)</p>
<p>* Add search helper (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/130">openai#130</a>)</p>
<p>* Add search helper</p>
<p>* Move to default plurals</p>
<p>* Remove bad imports</p>
<p>* Add cli support and remove create_alpha</p>
<p>* Bump version</p>
hallacy
tag:github.com,2008:Repository/580264711/v0.18.1
2022-04-14T17:47:12Z
v0.18.1
<p>Add azure deployments + an example/tutorial for using Azure endpoints. (</p>
<p><a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/83">openai#83</a>)</p>
<p>* Add azure deployments + an example/tutorial for using Azure endpoints.</p>
<p>* Small change to the error response for the Azure API</p>
<p>* Adressed comeents</p>
<p>* Fix error message</p>
sorinsuciu-msft
tag:github.com,2008:Repository/580264711/v0.18.0
2022-04-08T17:54:02Z
v0.18.0: Add customer endpoints (#126) (#87)
<p>Add customer endpoints (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/126">openai#126</a>) (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/87">openai#87</a>)</p>
<p>* Add customer endpoints</p>
<p>* getting in other changes</p>
hallacy