Docs.rs
  • chatgpt_rs_fork-1.2.4
    • chatgpt_rs_fork 1.2.4
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • patskovn
    • Dependencies
      • async-recursion ^1.0.5 normal optional
      • async-trait ^0.1.73 normal optional
      • bytes ^1.7.1 normal
      • derive_builder ^0.12.0 normal
      • futures ^0.3.28 normal optional
      • futures-util ^0.3.28 normal optional
      • gpt_fn_macros ^1.0.0 normal optional
      • postcard ^1.0.7 normal optional
      • reqwest ^0.12.0 normal
      • schemars ^0.8.13 normal optional
      • serde ^1.0.188 normal
      • serde_json ^1.0.107 normal optional
      • thiserror ^1.0.48 normal
      • tokio ^1.32.0 normal
      • url ^2.4.1 normal
      • lazy_static ^1.4.0 dev
      • tokio ^1.32.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

chatgpt1.2.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • client::ChatGPT
  • config::ModelConfiguration
  • config::ModelConfigurationBuilder
  • converse::Conversation
  • functions::FunctionCall
  • functions::FunctionDescriptor
  • functions::GptFunction
  • prelude::Url
  • types::ChatMessage
  • types::CompletionError
  • types::CompletionRequest
  • types::CompletionResponse
  • types::InboundChunkChoice
  • types::InboundResponseChunk
  • types::MessageChoice
  • types::TokenUsage

Enums

  • config::ChatGPTEngine
  • config::ModelConfigurationBuilderError
  • err::Error
  • functions::FunctionCallingMode
  • functions::FunctionValidationStrategy
  • types::InboundChunkPayload
  • types::ResponseChunk
  • types::Role
  • types::ServerResponse

Traits

  • functions::CallableAsyncFunction
  • functions::FunctionArgument
  • functions::GptFunctionHolder

Attribute Macros

  • functions::gpt_function
  • prelude::gpt_function

Type Aliases

  • Result