Spaces:
Build error
Build error
File size: 337 Bytes
498af49 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# API Keys for LLM-based optimization
# Get your AIMLAPI key from: https://aimlapi.com
AIMLAPI_API_KEY=your_aimlapi_key_here
# Get your Tavily API key from: https://tavily.com
TAVILY_API_KEY=your_tavily_key_here
LANGSMITH_TRACING="true"
LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
LANGSMITH_API_KEY=""
LANGSMITH_PROJECT=""
|