Lexicon v0.5.19
Pre-release
Pre-release
v0.5.19 - Shared System Prompt Parity Across Inference Backends
Changes Made:
- Unified System Instructions: Defined a single module-level
SYSTEM_PROMPTconstant inbackend/inference.pyenforced across both local bundled GGUF models and external Ollama servers. - Ollama System Field Inclusion: Passed top-level
"system": SYSTEM_PROMPTto Ollama/api/generaterequests, preventing external models (llama3,mistral,deepseek-r1,qwen2.5) from outputting conversational preamble or reasoning chatter. - Architectural Prompt Parity: Refactored
BundledBackendandOllamaBackendto reference the single source of truth constant, guaranteeing complete behavioral parity and preventing prompt drift.