Add provider GeekGpt (#41)

This commit is contained in:
Dmitry Afanasyev
2023-10-18 16:23:27 +03:00
committed by GitHub
parent f987453b5d
commit 0b53ddbca8
4 changed files with 107 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ public:
boost::asio::awaitable<void> chatGptDemo(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> llama2(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> noowai(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> geekGpt(std::shared_ptr<Channel>, nlohmann::json);
private:
boost::asio::awaitable<std::expected<boost::beast::ssl_stream<boost::beast::tcp_stream>, std::string>>