Added support for Imagaes, Ollama model thinking, and streaming of the responce

This commit is contained in:
2026-07-25 21:25:41 +02:00
parent 663ab68172
commit 939fdb2211
5 changed files with 150 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
}
version = '1.9.6'
version = '1.9.10'
dependencies {
implementation project(":Plugin-API")