get gpt service from balshdocker (#16)

This commit is contained in:
Dmitry Afanasyev
2023-09-28 17:36:46 +03:00
committed by GitHub
parent 59363a495f
commit 61f3a351e2
14 changed files with 379 additions and 2184 deletions

View File

@@ -38,6 +38,7 @@ public:
boost::asio::awaitable<void> vitalentum(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> gptGo(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> aibn(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> chatGptDuo(std::shared_ptr<Channel>, nlohmann::json);
private:
boost::asio::awaitable<std::expected<boost::beast::ssl_stream<boost::beast::tcp_stream>, std::string>>