adk-ts/apps/examples/.env.example

14 lines
1011 B
Plaintext

# Model Provider Keys
GOOGLE_API_KEY="" # Google API Key for accessing Google services. Obtain from https://console.cloud.google.com/apis/credentials or https://aistudio.google.com/app/apikey
OPENROUTER_API_KEY="" # OpenRouter API Key for LLM access via OpenRouter. Sign up and get your key at https://openrouter.ai/
OPENAI_API_KEY="" # OpenAI API Key for using OpenAI models. Get your key from https://platform.openai.com/api-keys
# Tracing
LANGFUSE_SECRET_KEY="" # Langfuse secret key for monitoring and tracing. Register and find your keys at https://cloud.langfuse.com/
LANGFUSE_PUBLIC_KEY="" # Langfuse public key for monitoring and tracing. Register and find your keys at https://cloud.langfuse.com/
LANGFUSE_HOST="" # Langfuse host for monitoring and tracing. Register and find your keys at https://cloud.langfuse.com/
# Optional:
ADK_DEBUG="" # Debug mode for ADK-TS. Set to 'true' to enable verbose logging.
# LLM_MODEL="gpt-4.1-mini" # Specify a custom LLM model to override model used in examples.