mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-23 04:53:14 +00:00
k8s
# What does this PR do? ## Test Plan
This commit is contained in:
parent
3c9a10d2fe
commit
7cd2a1c031
5 changed files with 109 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
import LlamaStackClient from "llama-stack-client";
|
||||
|
||||
export const client = new LlamaStackClient({
|
||||
baseURL: process.env.NEXT_PUBLIC_LLAMA_STACK_BASE_URL,
|
||||
baseURL:
|
||||
typeof window !== "undefined" ? `${window.location.origin}/api` : "/api",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue