Docs.rs
  • async-llm-0.1.4
    • async-llm 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • quanhua92
    • Dependencies
      • async-trait ^0.1.85 normal
      • derive_builder ^0.20.2 normal
      • dotenvy ^0.15.7 normal
      • futures ^0.3.31 normal
      • reqwest ^0.12.9 normal
      • reqwest-eventsource ^0.6.0 normal
      • secrecy ^0.10.3 normal
      • serde ^1.0.217 normal
      • serde_json ^1.0.135 normal
      • thiserror ^2.0.10 normal
      • tokio ^1.43.0 normal
      • tokio-stream ^0.1.17 normal
      • tracing ^0.1.41 normal
      • tracing-log ^0.2 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 43.24% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

async_llm0.1.4

Module config

Module Items

  • Structs
  • Constants
  • Traits

In async_llm::providers

async_llm::providers

Module config

Source

Structs§

OpenAIConfig
OpenAIConfigBuilder
Builder for OpenAIConfig.

Constants§

OPENAI_BETA
OPENAI_ORGANIZATION
OPENAI_PROJECT

Traits§

Config