Docs.rs
  • openai_gpt_rs-0.4.1
    • openai_gpt_rs 0.4.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • obvMellow
    • Dependencies
      • async-trait ^0.1.65 normal
      • reqwest ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1 normal
      • tokio ^1.26.0 normal
    • Versions
    • 21.62% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

openai_gpt_rs0.4.1

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • args::ChatArgs
  • args::CompletionArgs
  • args::EditArgs
  • args::ImageArgs
  • chat::Message
  • choice::ChatChoice
  • choice::CompletionChoice
  • choice::EditChoice
  • choice::ImageData
  • client::Client
  • error::ResponseError
  • response::ChatResp
  • response::CompletionResp
  • response::EditResp
  • response::ImageResp
  • usage::Usage

Enums

  • args::ImageResponseFormat
  • args::ImageSize
  • models::ChatModels
  • models::CompletionModels
  • models::EditModels

Traits

  • response::Content