Add async-openai under Artificial Intelligence

pull/1436/head
Himanshu Neema 1 year ago
parent 6ef297a781
commit f68c6abc78
No known key found for this signature in database

@ -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 Rusts 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)]

Loading…
Cancel
Save