Files
sql-support-bot-starter/.env.example
T
Stephen Chu 31ff30496f Initial commit: SQL Support Bot Starter
Simple starter code for building a customer support agent using LangGraph Studio.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 09:22:47 -08:00

11 lines
223 B
Bash

# API Keys
OPENAI_API_KEY=your_openai_key_here
# Optional: LangSmith tracing
LANGSMITH_API_KEY=your_langsmith_key_here
LANGCHAIN_TRACING_V2=true
LANGCHAIN_PROJECT=music-support-bot
# Optional: Model override
MODEL=gpt-4o