mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 04:40:12 +00:00
fix: enable telemetry for all distros
telemetry should be enabled for all distros (for now) for feature parity Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
f22aaef42f
commit
85857c09f1
15 changed files with 28 additions and 1 deletions
|
|
@ -256,6 +256,7 @@ class RunConfigSettings(BaseModel):
|
|||
"server": {
|
||||
"port": 8321,
|
||||
},
|
||||
"telemetry": {"enabled": True},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue