Skip to content

Commit

Permalink
feat: release for chat api
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzeccagarbugli committed Mar 6, 2023
1 parent df54bc1 commit f4a3ff9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6

- [Chat API](https://beta.openai.com/docs/api-reference/chat).

## 0.0.5

- Custom headers for the requests.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ This is an unofficial client, written purely in Dart that allows you to _easily_
| :-----------------------------------------------------------------------: | :-----------------: | :-------------------: |
| [**Models**](https://beta.openai.com/docs/api-reference/models) | `OpenAIModels` ||
| [**Completions**](https://beta.openai.com/docs/api-reference/completions) | `OpenAICompletions` ||
| [**Chat**](https://beta.openai.com/docs/api-reference/chat) | `OpenAIChat` ||
| [**Edits**](https://beta.openai.com/docs/api-reference/edits) | `OpenAIEdits` ||
| [**Images**](https://beta.openai.com/docs/api-reference/models) | `OpenAIImages` ||
| [**Images**](https://beta.openai.com/docs/api-reference/images) | `OpenAIImages` ||
| [**Embeddings**](https://beta.openai.com/docs/api-reference/embeddings) | `OpenAIEmbeddings` ||
| [**Files**](https://beta.openai.com/docs/api-reference/files) | `Not present` ||
| [**Fine-tunes**](https://beta.openai.com/docs/api-reference/fine-tunes) | `Not present` ||
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openai_client
description: An unofficial, platform independent, client for accessing different AI models developed by OpenAI.
version: 0.0.5
version: 0.0.6
environment:
sdk: ">=2.18.2 <3.0.0"

Expand All @@ -15,9 +15,9 @@ screenshots:
dependencies:
equatable: ^2.0.5
http: ^0.13.5
meta: ^1.8.0
meta: ^1.9.0

dev_dependencies:
collection: ^1.17.1
lint: ^2.0.1
test: ^1.22.2
test: ^1.23.1

0 comments on commit f4a3ff9

Please sign in to comment.