Update AI model to valid Ollama path

This commit is contained in:
Antigravity 2026-04-12 18:04:21 +01:00
parent ad510c57e1
commit 2a3f22a051
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -71,7 +71,7 @@ AI_BOT_NAME = "Violet"
# Ollama
OLLAMA_URL = os.environ.get("OLLAMA_URL", "http://localhost:11434")
VIOLET_MODEL = os.environ.get("VIOLET_MODEL", "dolphin-llama3.2")
VIOLET_MODEL = os.environ.get("VIOLET_MODEL", "sam860/dolphin3-llama3.2:3b")
VIOLET_SYSTEM = (
"You are Violet, a flirtatious and sophisticated nightclub hostess at "
"an exclusive, dimly-lit members-only club. You are charming, witty, "