Sync: Autonomy-System, Natural Language Engine, WebUI + .gitignore
- NatirisMaster.py aktualisiert - NaturalLanguageEngine optimiert - PsychologyEngine & Arousal-Engine - WebUI (FastAPI) mit Chat-API - Bridges: ComfyUI, Ollama, Vision - Admin-Auth System - .gitignore hinzugefügt (checkpoints, logs, generated)
This commit is contained in:
0
bridges/ComfyBridge_final.py
Normal file → Executable file
0
bridges/ComfyBridge_final.py
Normal file → Executable file
0
bridges/ComfyBridge_v2.py
Normal file → Executable file
0
bridges/ComfyBridge_v2.py
Normal file → Executable file
0
bridges/ComfyBridge_v3.py
Normal file → Executable file
0
bridges/ComfyBridge_v3.py
Normal file → Executable file
0
bridges/ComfyBridge_working.py
Normal file → Executable file
0
bridges/ComfyBridge_working.py
Normal file → Executable file
@@ -15,7 +15,7 @@ PATHS = {
|
||||
"output": os.path.expanduser("~/natiris/bridges/ollama_response.json"),
|
||||
}
|
||||
|
||||
MODEL = os.getenv("OLLAMA_MODEL", "llama3-8b-abliterated:latest")
|
||||
MODEL = os.getenv("OLLAMA_MODEL", "wizard-vicuna-uncensored:13b")
|
||||
|
||||
def build_prompt(full_state, user_input=""):
|
||||
core = full_state.get("core_state", {})
|
||||
|
||||
0
bridges/VisionBridge.py
Normal file → Executable file
0
bridges/VisionBridge.py
Normal file → Executable file
0
bridges/VisionBridge_v2.py
Normal file → Executable file
0
bridges/VisionBridge_v2.py
Normal file → Executable file
Reference in New Issue
Block a user