Update llama dependency and adapt loader to new version.

Add external configuration properties for the model.
Include date and time display on chat messages.
This commit is contained in:
2025-06-28 23:38:51 +02:00
parent 19b692921f
commit ecdc334da9
9 changed files with 191 additions and 66 deletions

View File

@@ -39,7 +39,7 @@
<dependency>
<groupId>de.kherud</groupId>
<artifactId>llama</artifactId>
<version>3.4.1</version>
<version>4.2.0</version>
</dependency>
<!-- Test support -->