Switch to wizard-vicuna-uncensored:13b + optimized persona

- Changed all model references to wizard-vicuna-uncensored:13b
- Updated persona.txt for better character alignment
- Config updated in character_genesis.json
- Core engines updated (NaturalLanguageEngine, NaturalLanguageEngine_LLM)
- FastAPI runtime updated
This commit is contained in:
Arch Agent
2026-03-10 16:08:30 +01:00
parent 80eec32e22
commit 63e6e2ded0
5 changed files with 27 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ from datetime import datetime, timezone
from typing import Dict, Optional
OLLAMA_API = "http://localhost:11434/api/generate"
DEFAULT_MODEL = "llama3-8b-abliterated:latest" # Oder tinyllama:latest für schnellere Antworten
DEFAULT_MODEL = "wizard-vicuna-uncensored:13b" # Oder tinyllama:latest für schnellere Antworten
PATHS = {
"state": os.path.expanduser("~/natiris/core/core_state.json"),