mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 03:00:56 +00:00
19 lines
466 B
YAML
19 lines
466 B
YAML
providers:
|
|
inference:
|
|
- provider_id: together
|
|
provider_type: remote::together
|
|
config: {}
|
|
- provider_id: tgi
|
|
provider_type: remote::tgi
|
|
config:
|
|
url: http://127.0.0.1:7002
|
|
- provider_id: meta-reference
|
|
provider_type: meta-reference
|
|
config:
|
|
model: Llama-Guard-3-1B
|
|
safety:
|
|
- provider_id: meta-reference
|
|
provider_type: meta-reference
|
|
config:
|
|
llama_guard_shield:
|
|
model: Llama-Guard-3-1B
|