Separate llama generator class src file into method files

This commit is contained in:
Aaron Po
2026-04-02 21:37:46 -04:00
parent eb9a2767b4
commit ba165d8aa7
13 changed files with 854 additions and 740 deletions

View File

@@ -2,7 +2,7 @@
#include <boost/json.hpp>
#include <spdlog/spdlog.h>
WikipediaService::WikipediaService(std::shared_ptr<IWebClient> client)
WikipediaService::WikipediaService(std::shared_ptr<WebClient> client)
: client_(std::move(client)) {}
std::string WikipediaService::FetchExtract(std::string_view query) {