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
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
gptshell
0.1.11
In gptshell::
http_
client
gptshell
::
http_client
Function
send_completion_request
Copy item path
Source
pub async fn send_completion_request( request_base:
CodeCompletionCreateParams
, ) ->
Result
<
String
>