add provider aura (#70)

This commit is contained in:
Dmitry Afanasyev
2023-12-21 23:11:36 +03:00
committed by GitHub
parent 31499a3861
commit 29204f1592
4 changed files with 68 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ public:
boost::asio::awaitable<void> gptChatly(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> aiChatOnline(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> fakeGpt(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> aura(std::shared_ptr<Channel>, nlohmann::json);
private:
boost::asio::awaitable<std::expected<boost::beast::ssl_stream<boost::beast::tcp_stream>, std::string>>