mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
chore: update postgres_demo with new config (#3045)
# What does this PR do? closes https://github.com/meta-llama/llama-stack/issues/3044 ## Test Plan matches starter's template
This commit is contained in:
parent
7eff1bb3ec
commit
3e695cf320
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ def get_distribution_template() -> DistributionTemplate:
|
||||||
config=dict(
|
config=dict(
|
||||||
service_name="${env.OTEL_SERVICE_NAME:=\u200b}",
|
service_name="${env.OTEL_SERVICE_NAME:=\u200b}",
|
||||||
sinks="${env.TELEMETRY_SINKS:=console,otel_trace}",
|
sinks="${env.TELEMETRY_SINKS:=console,otel_trace}",
|
||||||
otel_trace_endpoint="${env.OTEL_TRACE_ENDPOINT:=http://localhost:4318/v1/traces}",
|
otel_exporter_otlp_endpoint="${env.OTEL_EXPORTER_OTLP_ENDPOINT:=http://localhost:4318/v1/traces}",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
|
@ -55,7 +55,7 @@ providers:
|
||||||
config:
|
config:
|
||||||
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
|
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
|
||||||
sinks: ${env.TELEMETRY_SINKS:=console,otel_trace}
|
sinks: ${env.TELEMETRY_SINKS:=console,otel_trace}
|
||||||
otel_trace_endpoint: ${env.OTEL_TRACE_ENDPOINT:=http://localhost:4318/v1/traces}
|
otel_exporter_otlp_endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:=http://localhost:4318/v1/traces}
|
||||||
tool_runtime:
|
tool_runtime:
|
||||||
- provider_id: brave-search
|
- provider_id: brave-search
|
||||||
provider_type: remote::brave-search
|
provider_type: remote::brave-search
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue