From a38623d28503ebd6066a95c846735437fbf510b0 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Wed, 5 Mar 2025 12:12:29 -0800 Subject: [PATCH] fix: Dont require ls api key for local deployments --- src/providers/Stream.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx index df45fb4..ab46843 100644 --- a/src/providers/Stream.tsx +++ b/src/providers/Stream.tsx @@ -110,7 +110,7 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({ className="flex flex-col gap-6 p-6 bg-muted/50" >
- +

This is the URL of your LangGraph deployment. Can be a local, or production deployment. @@ -124,7 +124,7 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({

- +

This is the ID of the graph (can be the graph name), or assistant to fetch threads from, and invoke when actions are @@ -141,7 +141,7 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({

- This value is stored in your browser's local storage and is only + This is NOT required if This value is stored in your browser's local storage and is only used to authenticate requests sent to your LangGraph server.