mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 18:22:01 +00:00
using the new template.py, regenerate all distros and their new provider configs Signed-off-by: Charlie Doern <cdoern@redhat.com>
3 lines
182 B
YAML
3 lines
182 B
YAML
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
|
|
sinks: ${env.TELEMETRY_SINKS:=console,sqlite}
|
|
sqlite_db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/trace_store.db
|