# Reactive Agents — Hello Agent playground
#
# Paste your key after the `=`, then restart the terminal
# (the circular-arrow icon in the terminal toolbar).
#
# Get a FREE Gemini key (recommended): https://ai.google.dev
# Anthropic: https://console.anthropic.com
# OpenAI:    https://platform.openai.com
#
# Leave a key blank to see setup instructions instead of an error.
# Do NOT commit a real key — this file is tracked for the embed only.

GOOGLE_API_KEY=
# ANTHROPIC_API_KEY=
# OPENAI_API_KEY=

# Optional: ask a custom question
# QUESTION=What is the capital of France?

# Optional: override the model
# MODEL=gemini-2.0-flash

# Local Ollama: the hosted embed needs an HTTPS tunnel — the WebContainer's
# "localhost" is NOT your machine. On your host run:
#   OLLAMA_ORIGINS=* ollama serve
#   cloudflared tunnel --url http://localhost:11434   (or: ngrok http 11434)
# then uncomment + paste the https URL it prints (Chrome only):
# PROVIDER=ollama
# OLLAMA_ENDPOINT=https://YOUR-TUNNEL.trycloudflare.com
# MODEL=llama3.2
