Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/anasfik/openai
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Feb 17, 2023
2 parents f01720f + 4bb331c commit e2e113c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dart Client For OpenAI (GPT-3 & DALL-E..)
# Dart library For OpenAI APIs (GPT-3 & DALL-E..)

<br>
<p align="center">
Expand All @@ -17,6 +17,11 @@

</br>

<h3>Help this grow and get discovered by other devs with a ⭐ star.</h3>

</br>
</br>

An open-source Client package that allows developers to easily integrate the power of OpenAI's state-of-the-art AI models into their Dart/Flutter applications.

This library provides simple and intuitive methods for making requests to OpenAI's various APIs, including the GPT-3 language model, DALL-E image generation, and more.
Expand All @@ -34,14 +39,14 @@ The package is designed to be lightweight and easy to use, so you can focus on b

Please note that this client SDK connects directly to [OpenAI APIs](https://platform.openai.com/docs/introduction/overview) using HTTP requests.

## Key Features
## Key Features

- Easy to use methods that reflect exactly the OpenAI documentation, with additional functionalities that make it better to use with Dart Programming Language.
- Authorize just once, use it anywhere and at any time in your application.
- Developer-friendly.
- `Stream` functionality for completions API & fine-tune events API.

## Code Progress (100 %)
## 👑 Code Progress (100 %)

- [x] [Authentication](#authentication)
- [x] [Models](#models)
Expand All @@ -56,7 +61,7 @@ Please note that this client SDK connects directly to [OpenAI APIs](https://plat
- [x] [Moderation](#moderations)
- [ ] ChatGPT ( as soon as possible when it's released )

## Testing Progress (100 %)
## 💫 Testing Progress (100 %)

- [x] [Authentication](#authentication)
- [x] [Models](#models)
Expand All @@ -70,13 +75,13 @@ Please note that this client SDK connects directly to [OpenAI APIs](https://plat

</br>

# Full Documentation:
# 📜 Full Documentation:

For the full documentation about all members this library offers, [check here](https://pub.dev/documentation/dart_openai/latest/).

</br>

# Usage
# 🟢 Usage

## Authentication

Expand Down

0 comments on commit e2e113c

Please sign in to comment.