Docs.rs
  • gptshell-0.1.11
    • gptshell 0.1.11
    • Permalink
    • Docs.rs crate page
    • Apache-2.0/MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lyledean1
    • Dependencies
      • clap ^4.1.8 normal
      • mockito ^1.0.0 normal
      • regex ^1.7.1 normal
      • reqwest ^0.11.14 normal
      • rustyline ^11.0.0 normal
      • serde ^1.0.130 normal
      • serde_json ^1.0.67 normal
      • spinoff ^0.7.0 normal
      • text-colorizer ^1.0.0 normal
      • tokio ^1.26.0 normal
    • Versions
    • 0% 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

gptshell0.1.11

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • chat::ChatCreateCompletionParams
  • chat::ChatCreateCompletionResponse
  • chat::Error
  • chat::ErrorResponse
  • chat::GptChat
  • chat::Message
  • completion::Choice
  • completion::CodeCompletionCreateParams
  • completion::CodeCompletionResponse
  • completion::Logprobs
  • completion::Usage
  • err::ApiError

Enums

  • chat::Response
  • models::Models

Traits

  • chat::History
  • chat::MessageHistory
  • output::Output

Functions

  • chat::process_chat_prompt
  • completion::process_completion_prompt
  • http_client::send_base_request
  • http_client::send_chat_base_request
  • http_client::send_chat_request
  • http_client::send_completion_base_request
  • http_client::send_completion_request
  • models::get_model