rust-gpt

Crates.iorust-gpt
lib.rsrust-gpt
version0.0.3
sourcesrc
created_at2023-03-09 06:21:27.455407
updated_at2023-03-10 21:17:09.98367
descriptionA library for interaction with the Completion/Chat OpenAI API.
homepage
repositoryhttps://github.com/BaconStrps/rust-gpt
max_upload_size
id805372
size25,165
Jared Cochran (BaconStrps)

documentation

README

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
Commit count: 25

cargo fmt