edge-gpt

Crates.ioedge-gpt
lib.rsedge-gpt
version0.3.5
sourcesrc
created_at2023-04-04 07:05:54.756009
updated_at2023-06-12 03:54:33.424362
descriptionNon official BingAI Rust client library. Use at your own risk.
homepage
repositoryhttps://github.com/longfangsong/edge-gpt
max_upload_size
id829938
size74,518
龙方淞 (longfangsong)

documentation

README

edge-gpt

A Rust version of EdgeGPT.

In addition to the original features, we:

  • enable the user to store the session into a JSON and restore it, which enables continuing an existing chat when deploying as a serverless function.

  • export the source_attribution and suggested_responses provided by Bing.

See this example for how to use it.

Commit count: 14

cargo fmt