llama-stack-mirror/llama_stack/ui/lib/client.ts
Eric Huang 17e9b14ccf fix: remove openai dep
# What does this PR do?


## Test Plan
2025-06-02 14:38:27 -07:00

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,
});