From f68c6abc78df97fe7916636ea47a0e4e4ffad3d7 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Thu, 16 Feb 2023 10:41:28 -0800 Subject: [PATCH] Add async-openai under Artificial Intelligence --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc95119..9db1a83 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Artificial Intelligence](#artificial-intelligence) + [Genetic algorithms](#genetic-algorithms) + [Machine learning](#machine-learning) + + [OpenAI](#openai) * [Astronomy](#astronomy) * [Asynchronous](#asynchronous) * [Audio and Music](#audio-and-music-1) @@ -761,6 +762,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [smartcorelib/smartcore](https://github.com/smartcorelib/smartcore) — Machine Learning Library In Rust [![Build Status](https://img.shields.io/circleci/build/github/smartcorelib/smartcore)](https://smartcorelib.org/) * [tensorflow/rust](https://github.com/tensorflow/rust) — Rust language bindings for TensorFlow. [![Build Status](https://api.travis-ci.org/tensorflow/rust.svg?branch=master)](https://travis-ci.org/tensorflow/rust) +#### OpenAI + +* [64bit/async-openai](https://github.com/64bit/async-openai) [[async-openai](https://crates.io/crates/async-openai)] — Ergonomic Rust bindings for OpenAI API based on OpenAPI spec. + ### Astronomy [[astronomy](https://crates.io/keywords/astronomy)]