mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Separate llama generator class src file into method files
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user