add Ollama
This commit is contained in:
18
modules/Ollama/src/Ollama.h
Normal file
18
modules/Ollama/src/Ollama.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "Archimedes.h"
|
||||
|
||||
class Ollama : public Archimedes::Module {
|
||||
|
||||
public:
|
||||
Ollama(Archimedes::App*, void*);
|
||||
|
||||
~Ollama();
|
||||
|
||||
void onLoad();
|
||||
|
||||
void run();
|
||||
};
|
||||
|
||||
#ifdef OLLAMA_DYNAMIC
|
||||
#define MODULE_TYPE Ollama
|
||||
#include "endModule.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user