build
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#include "Ollama.h"
|
||||
#include "modules/ImguiModule/src/ImguiModule.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
Ollama::Ollama(Archimedes::App* a, void* h) : Archimedes::Module(a, h) {
|
||||
|
||||
name = "Ollama";
|
||||
@@ -27,6 +24,8 @@ void Ollama::onLoad() {
|
||||
|
||||
ImGui::SetCurrentContext(im->getContext());
|
||||
|
||||
curl = curl_easy_init();
|
||||
|
||||
}
|
||||
|
||||
void Ollama::run() {
|
||||
|
||||
Reference in New Issue
Block a user