simple-chatgpt 0.1.0

This crate is a simple ChatGPT library for chatbot and CLI tool using this library.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.3.19"

[dependencies.curl]
version = "0.4.44"

[dependencies.futures]
version = "0.3.28"

[dependencies.rustyline]
version = "12.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.178"

[dependencies.serde_json]
version = "1.0.104"

[package]
authors = ["Satoshi Ogata <satosystems@gmail.com>"]
categories = ["ai", "chatbot", "cli"]
description = "This crate is a simple ChatGPT library for chatbot and CLI tool using this library."
edition = "2021"
keywords = ["chatbot", "chatgpt", "cli"]
license-file = "LICENSE"
name = "simple-chatgpt"
readme = "README.md"
repository = "https://github.com/satosystems/simple-chatgpt/"
rust-version = "1.71.0"
version = "0.1.0"