Skip to content

Commit

Permalink
doc supported openai versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Feb 17, 2023
1 parent 1101bb1 commit 418d217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

## 0.2.0 - 2023-02-15
### Supported API versions
- OpenAI v1
- Azure OpenAI 2022-12-01
### Added
- Azure OpenAI API Support (thanks [Carsten Behring](https://github.com/behrica))

## 0.1.14 - 2023-02-14
### Supported API versions
- OpenAI v1
### Added
- OpenAI API Support
- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tools and applications which can work with both variants.

## Supported APIs

### OpenAI
### OpenAI v1

* [Models](https://platform.openai.com/docs/api-reference/models)
* [Completion](https://platform.openai.com/docs/api-reference/completions)
Expand All @@ -27,7 +27,7 @@ tools and applications which can work with both variants.
* [Fine-tunes](https://platform.openai.com/docs/api-reference/fine-tunes)
* [Moderations](https://platform.openai.com/docs/api-reference/moderations)

### Azure
### Azure OpenAI v2022-12-01
* [Completion](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#completions)
* [Embeddings](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#embeddings)

Expand Down

0 comments on commit 418d217

Please sign in to comment.