add provider flowgpt (#90)

This commit is contained in:
Dmitry Afanasyev
2024-02-26 19:00:49 +03:00
committed by GitHub
parent d718aebef2
commit 16af625ea9
4 changed files with 93 additions and 0 deletions

View File

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