rust-gpt 0.0.3

A library for interaction with the Completion/Chat OpenAI API.
Documentation

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

  • Completion endpoint
  • Chat endpoint
  • Robust error handling
  • Synchronous API
  • The rest of the OpenAI Api