#include "Archimedes.h" #include #include class Ollama : public Archimedes::Module { public: Ollama(Archimedes::App*, void*); Ollama() { name = "Ollama"; } ~Ollama(); void onLoad(); void run(); private: CURL* curl; }; #ifdef OLLAMA_DYNAMIC typedef Ollama mtype; #include "endModule.h" #endif