add provider FreechatGpt (#84)

This commit is contained in:
Dmitry Afanasyev
2024-01-15 10:08:42 +03:00
committed by GitHub
parent be868a3f5d
commit f83123ae8a
4 changed files with 79 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ public:
boost::asio::awaitable<void> gpt6(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> chatxyz(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> geminiProChat(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> freeChatGpt(std::shared_ptr<Channel>, nlohmann::json);
private:
boost::asio::awaitable<std::expected<boost::beast::ssl_stream<boost::beast::tcp_stream>, std::string>>