add zeus-Vercel and update html (#46)

This commit is contained in:
Dmitry Afanasyev
2023-10-27 18:37:25 +03:00
committed by GitHub
parent 2e7d4880e0
commit 11cfccbb01
10 changed files with 594 additions and 441 deletions

View File

@@ -38,6 +38,7 @@ public:
boost::asio::awaitable<void> geekGpt(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> chatGptAi(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> fakeGpt(std::shared_ptr<Channel>, nlohmann::json);
boost::asio::awaitable<void> vercel(std::shared_ptr<Channel>, nlohmann::json);
private:
boost::asio::awaitable<std::expected<boost::beast::ssl_stream<boost::beast::tcp_stream>, std::string>>