mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
import LlamaStackClient from "llama-stack-client";
|
|
|
|
export const client = new LlamaStackClient({
|
|
baseURL: process.env.NEXT_PUBLIC_LLAMA_STACK_BASE_URL,
|
|
});
|