Skip to content

Commit

Permalink
feat: new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzeccagarbugli committed Jan 29, 2023
1 parent 4307302 commit caf82dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.5

- Custom headers for the requests.
- Dart 3 compatibility.

## 0.0.4

- [Moderations API](https://beta.openai.com/docs/api-reference/moderations).
Expand Down
1 change: 0 additions & 1 deletion lib/openai_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ library openai_client;

export 'src/client.dart';
export 'src/completions.dart';
export 'src/completions.dart';
export 'src/configuration.dart';
export 'src/logger/logger.dart';
export 'src/model/model.dart';
Expand Down
10 changes: 7 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: openai_client
description: An unofficial, platform independent, client for accessing different AI models developed by OpenAI.
version: 0.0.4
version: 0.0.5
environment:
sdk: ">=2.18.2 <3.0.0"

repository: https://github.com/Azzeccagarbugli/openai_client
issue_tracker: https://github.com/Azzeccagarbugli/openai_client/issues
homepage: https://www.francescocoppola.me

screenshots:
- description: Dart client for accessing different AI models developed by OpenAI.
path: assets/banner.png

dependencies:
equatable: ^2.0.5
http: ^0.13.5
meta: ^1.8.0

dev_dependencies:
collection: ^1.17.0
collection: ^1.17.1
lint: ^2.0.1
test: ^1.22.1
test: ^1.22.2

0 comments on commit caf82dd

Please sign in to comment.