Crates.io | edge-gpt |
lib.rs | edge-gpt |
version | 0.3.5 |
source | src |
created_at | 2023-04-04 07:05:54.756009 |
updated_at | 2023-06-12 03:54:33.424362 |
description | Non official BingAI Rust client library. Use at your own risk. |
homepage | |
repository | https://github.com/longfangsong/edge-gpt |
max_upload_size | |
id | 829938 |
size | 74,518 |
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.