!! PARTIAL COMMIT !!

This is a partial commit bc i felt like it...

This begain some implementations to support streaming from Ollama, and the ability to cancel a request.
This commit is contained in:
2026-07-20 22:13:33 +02:00
parent 330d7df389
commit 663ab68172
4 changed files with 209 additions and 136 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
}
version = '1.9.5'
version = '1.9.6'
dependencies {
implementation project(":Plugin-API")