Skip to content

Commit 95fa7d0

Browse files
Add azure deployments + an example/tutorial for using Azure endpoints. (#83)
* Add azure deployments + an example/tutorial for using Azure endpoints. * Small change to the error response for the Azure API * Adressed comeents * Fix error message
1 parent 0f80728 commit 95fa7d0

File tree

8 files changed

+515
-2
lines changed

8 files changed

+515
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ build
88
.vscode/settings.json
99
.ipynb_checkpoints
1010
.vscode/launch.json
11+
examples/azure/training.jsonl
12+
examples/azure/validation.jsonl

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ print(search)
7878
```
7979

8080
Please note that for the moment, the Microsoft Azure endpoints can only be used for completion, search and fine-tuning operations.
81+
For a detailed example on how to use fine-tuning and other operations using Azure endpoints, please check out the following Jupyter notebook:
82+
[Using Azure fine-tuning](https://github.com/openai/openai-python/blob/main/examples/azure/finetuning.ipynb)
8183

8284
### Command-line interface
8385

0 commit comments

Comments
 (0)