mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 20:44:58 +00:00
fixes
This commit is contained in:
parent
14ccdf1929
commit
cfa5c641db
2 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,7 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
|
|||
description="Local Ollama provider with text + safety models",
|
||||
env={
|
||||
"OLLAMA_URL": "http://0.0.0.0:11434",
|
||||
"SAFETY_MODEL": "ollama/llama-guard3:1b",
|
||||
},
|
||||
defaults={
|
||||
"text_model": "ollama/llama3.2:3b-instruct-fp16",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue