Skip to content

Latest commit

 

History

History

frontend

Frontend

You need to set the following environment variables:

# Only required for production deployments
# LANGCHAIN_API_KEY=YOUR_API_KEY
LANGGRAPH_API_URL=https://example.com/api # Or your production URL
NEXT_PUBLIC_LANGGRAPH_ASSISTANT_ID=stockbroker

To run the example, run the following commands:

npm install
npm run dev