forked from neurodock/NeuroDock
Add LLMSystemPrompt as a unified system-prompt builder for OllamaObject
Replaces ad-hoc system-prompt string construction with a structured builder (Identity, Context, Capabilities, Behavior, Output), plus OllamaObject#setSystemMessage/setSystemPrompt for replacing the system message post-construction instead of only at build time.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
version = '1.7'
|
||||
version = '1.8.13'
|
||||
|
||||
dependencies {
|
||||
implementation project(":Plugin-API")
|
||||
|
||||
Reference in New Issue
Block a user