Fix fireworks run-with-safety template

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 Ivic 2025-01-14 14:51:48 -08:00
parent 472feea8d4
commit 73c428baf4
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