forked from phoenix-oss/llama-stack-mirror
fix: Fix precommit-hook (#2059)
Distribution Template Codegen was broken # What does this PR do? [Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
parent
afd7e750d9
commit
17b5302543
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ providers:
|
||||||
config:
|
config:
|
||||||
service_name: "${env.OTEL_SERVICE_NAME:\u200B}"
|
service_name: "${env.OTEL_SERVICE_NAME:\u200B}"
|
||||||
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
|
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
|
||||||
sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/llama_api/trace_store.db}
|
sqlite_db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/llama_api}/trace_store.db
|
||||||
eval:
|
eval:
|
||||||
- provider_id: meta-reference
|
- provider_id: meta-reference
|
||||||
provider_type: inline::meta-reference
|
provider_type: inline::meta-reference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue