forked from langchain-ai/agent-chat-ui
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
17 lines (16 loc) Β· 765 Bytes
/
.env.example
File metadata and controls
17 lines (16 loc) Β· 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LangGraph Configuration
NEXT_PUBLIC_API_URL=http://localhost:2024
NEXT_PUBLIC_ASSISTANT_ID=agent
NEXT_PUBLIC_APP_NAME=teddynote LAB
NEXT_PUBLIC_APP_LOGO=/teddynote-logo.png
# Do NOT prefix this with "NEXT_PUBLIC_" as we do not want this exposed in the client.
LANGSMITH_API_KEY=
# Production LangGraph Configuration (quickstart) - Uncomment to use
# NEXT_PUBLIC_ASSISTANT_ID="agent"
# NEXT_PUBLIC_APP_NAME=teddynote LAB
# NEXT_PUBLIC_APP_LOGO=/teddynote-logo.png
# This should be the deployment URL of your LangGraph server
# LANGGRAPH_API_URL="https://my-agent.default.us.langgraph.app"
# This should be the URL of your website + "/api". This is how you connect to the API proxy
# NEXT_PUBLIC_API_URL="https://my-website.com/api"
# LANGSMITH_API_KEY="lsv2_..."