mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
updated to include telemetry
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
parent
b469ffce35
commit
3059423cd7
2 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ export function useAuthClient() {
|
|||
|
||||
const options: any = {
|
||||
baseURL: `${clientHostname}/api`,
|
||||
defaultHeaders: {
|
||||
"X-Telemetry-Service": "llama-stack-ui",
|
||||
"X-Telemetry-Version": "1.0.0",
|
||||
},
|
||||
};
|
||||
|
||||
if (session?.accessToken) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue