From b0e3c639cc9b5862b36b153571144c96bdc6cc3b Mon Sep 17 00:00:00 2001 From: Gwhyyy Date: Wed, 15 Feb 2023 15:02:59 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ed272a40..1253f4e4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@
+

Help this grow and get discovered by other devs with a ⭐ star.

+ +
+
+ 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. From af7b44bfb5cef5f87acc73450384aa3e483937e3 Mon Sep 17 00:00:00 2001 From: Gwhyyy Date: Wed, 15 Feb 2023 22:49:24 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1253f4e4..60acb505 100644 --- a/README.md +++ b/README.md @@ -39,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) @@ -61,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) @@ -75,13 +75,13 @@ Please note that this client SDK connects directly to [OpenAI APIs](https://plat
-# Full Documentation: +# 📜 Full Documentation: For the full documentation about all members this library offers, [check here](https://pub.dev/documentation/dart_openai/latest/).
-# Usage +# 🟢 Usage ## Authentication From 4bb331c5a4dd56037a24f04541766caa4aef04b2 Mon Sep 17 00:00:00 2001 From: Gwhyyy Date: Wed, 15 Feb 2023 23:00:16 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60acb505..f2c25573 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Dart Client For OpenAI (GPT-3 & DALL-E..) +# Dart library For OpenAI APIs (GPT-3 & DALL-E..)