Fix fireworks run-with-safety template (#766)

Summary:
Fixing issue reported in
https://github.com/meta-llama/llama-stack/pull/755/files#r1915696188

Test Plan:
Re-run the config gen
```
pip install .
python3 llama_stack/scripts/distro_codegen.py
```
This commit is contained in:
Vladimir Ivić 2025-01-14 15:28:55 -08:00 committed by GitHub
parent 472feea8d4
commit 89e3f81520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 22 deletions

View file

@ -47,7 +47,7 @@ providers:
config:
service_name: ${env.OTEL_SERVICE_NAME:llama-stack}
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/accounts/fireworks/models/trace_store.db}
sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/fireworks/trace_store.db}
eval:
- provider_id: meta-reference
provider_type: inline::meta-reference