rust-gpt 0.0.1

A library for interaction with the Completion/Chat OpenAI API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rust-gpt


This crate provides a rusty interface to the OpenAI GPT-3 Completion/Chat API.  

The goal of this crate is to provide a simple and idiomatic way of interacting with the GPT-3 API.  
The API is still in beta, so this crate is subject to change.

## Features


- [x] Completion endpoint
- [x] Chat endpoint
- [ ] Robust error handling
- [ ] Synchronous API  
- [ ] The rest of the OpenAI Api