update providers (#29)

This commit is contained in:
Dmitry Afanasyev
2023-10-08 11:51:01 +03:00
committed by GitHub
parent beb32fb0b9
commit 6a97c29023
5 changed files with 580 additions and 91 deletions

View File

@@ -40,6 +40,8 @@ public:
boost::asio::awaitable<void> chatForAi(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> freeGpt(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> cromicle(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> chatGpt4Online(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> gptalk(std::shared_ptr<Channel>, nlohmann::json);
private:
boost::asio::awaitable<std::expected<boost::beast::ssl_stream<boost::beast::tcp_stream>, std::string>>