Docs.rs
openai_http-0.2.0
openai_http 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
gmosx
Dependencies
reqwest ^0.11
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1
normal
Versions
5.17%
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
openai_
http
0.2.0
Request
Required Associated Types
Response
Required Methods
path
Implementors
In openai_
http::
client
openai_http
::
client
Trait
Request
Copy item path
Source
pub trait Request { type
Response
; // Required method fn
path
(&self) ->
String
; }
Required Associated Types
§
Source
type
Response
Required Methods
§
Source
fn
path
(&self) ->
String
Implementors
§
Source
§
impl
Request
for
CreateChatCompletionRequest
Source
§
type
Response
=
CreateChatCompletionResponse