Christian Mürtz

Results 8 issues of Christian Mürtz

* Set default azure `api_version` to `2022-12-01` * Remove search example from README because search is not longer supported * Changed token authority (see https://github.com/openai/openai-cookbook/commit/3c334e70ddd3f7b9e63e1136bb583d02bd8127bc)

* Updated `api_version`s to `2022-12-01` (GA) * Added completions notebook * Adjusted fine-tuning and embedding example

* Add `deployments.list`, `deployments.get`, `deployments.delete` and `deployments.create` commands to manage deployments for azure endpoints To use the CLI with azure endpoints: ```bash export OPENAI_API_BASE="..." export OPENAI_API_TYPE="azure" export OPENAI_API_KEY="..." ```

* Adds a `fine_tunes.delete -i ` command to delete fine-tunes using the CLI

Chat completions on Azure have been released to the public under a preview version '2023-03-15-preview': [Reference](https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/working-with-gpt-4-and-chatgpt-models-on-azure-preview/ba-p/3773595) Thus we would like to have this preview version as the default.

Chat completions on Azure have been released to the public under the preview version '2023-03-15-preview': [Reference](https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/working-with-gpt-4-and-chatgpt-models-on-azure-preview/ba-p/3773595) GitHub preview of the notebook: https://github.com/cmurtz-msft/openai-cookbook/blob/azure-chat/examples/azure/chat.ipynb

* Adds support for Dall-E on Azure * API is async so we have to poll * Adds `OPENAI_API_VERSION` environment variable