Whonestly, i have forgoten what this contains, sooo ye :)

Removed Ollama integration
swaped it for llama.cpp integration
and made backend integration more generic/abstract.. soo ollama will return.. maybe.. probobly

some mopdules(GeniusAPI) dosent work due to not being ported yet.... and maybe will never be
This commit is contained in:
2026-08-29 23:52:02 +02:00
parent 209bde75e1
commit 2949a0d2fe
51 changed files with 1659 additions and 2325 deletions
+1
View File
@@ -9,6 +9,7 @@ dependencies {
api "org.json:json:20250107"
implementation 'org.graalvm.polyglot:polyglot:25.1.3'
implementation 'org.graalvm.polyglot:js:25.1.3'
implementation 'me.xdrop:fuzzywuzzy:1.4.0'
}
java {