Update AI model to valid Ollama path
This commit is contained in:
parent
ad510c57e1
commit
2a3f22a051
2
app.py
2
app.py
|
|
@ -71,7 +71,7 @@ AI_BOT_NAME = "Violet"
|
||||||
|
|
||||||
# Ollama
|
# Ollama
|
||||||
OLLAMA_URL = os.environ.get("OLLAMA_URL", "http://localhost:11434")
|
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 = (
|
VIOLET_SYSTEM = (
|
||||||
"You are Violet, a flirtatious and sophisticated nightclub hostess at "
|
"You are Violet, a flirtatious and sophisticated nightclub hostess at "
|
||||||
"an exclusive, dimly-lit members-only club. You are charming, witty, "
|
"an exclusive, dimly-lit members-only club. You are charming, witty, "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue