Docs.rs
  • artificial-openai-0.1.0
    • artificial-openai 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mrcrgl
    • Dependencies
      • artificial-core ^0.1.0 normal
      • reqwest ^0.11 normal
      • schemars ^0.8.22 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0 normal
    • Versions
    • 4.29% 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

artificial_openai0.1.0

Crate Items

  • Macros
  • Structs
  • Enums

List of all items

Structs

  • OpenAiAdapter
  • OpenAiAdapterBuilder
  • api_v1::chat_completion::ChatCompletionChoice
  • api_v1::chat_completion::ChatCompletionMessage
  • api_v1::chat_completion::ChatCompletionMessageForResponse
  • api_v1::chat_completion::ChatCompletionRequest
  • api_v1::chat_completion::ChatCompletionResponse
  • api_v1::chat_completion::FinishDetails
  • api_v1::common::Usage

Enums

  • api_v1::chat_completion::Content
  • api_v1::chat_completion::ContentType
  • api_v1::chat_completion::FinishReason
  • api_v1::chat_completion::MessageRole
  • error::OpenAiError

Macros

  • impl_builder_methods