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
andsuggested_responses
provided by Bing.
See this example for how to use it.