Docs.rs
  • mini-openai-0.1.2
    • mini-openai 0.1.2
    • Permalink
    • Docs.rs crate page
    • BSD-2-Clause
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Papierkorb
    • Dependencies
      • reqwest ^0.12.8 normal optional
      • serde >=1.0 normal
      • serde_json >=1.0 normal
      • thiserror ^1.0.64 normal
      • ureq ^2.10.1 normal optional
      • tokio ^1 dev
    • Versions
    • 13.33% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mini_openai0.1.2

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • ChatCompletions
  • ChatCompletionsResponse
  • Choice
  • Client
  • Embedding
  • Embeddings
  • EmbeddingsResponse
  • Message
  • Usage

Enums

  • Error
  • Input
  • ResponseFormat
  • Stop

Functions

  • parse_json_lenient

Constants

  • DEFAULT_CHAT_MODEL
  • DEFAULT_EMBEDDING_MODEL
  • ROLE_ASSISTANT
  • ROLE_SYSTEM
  • ROLE_USER