# ---- GAPGPT proxy config ---- # If you’re using a proxy (e.g., GapGPT, Helicone, LocalAI, etc.), # set these two values. Otherwise, leave them blank. PROXY_API_KEY="your-proxy-token-here" PROXY_BASE_URL="https://api.proxy.app/v1" # ---- optional direct OpenAI config (for fallback) ---- # These will be used only if proxy variables are not set. #OPENAI_API_KEY="your-openai-key-here" #OPENAI_BASE_URL="https://api.openai.com/v1"