melikakheirieh/nl2sql-copilot-prototype
0
1# ---- GAPGPT proxy config ----2# If you’re using a proxy (e.g., GapGPT, Helicone, LocalAI, etc.),3# set these two values. Otherwise, leave them blank.4PROXY_API_KEY="your-proxy-token-here"5PROXY_BASE_URL="https://api.proxy.app/v1"6 7 8# ---- optional direct OpenAI config (for fallback) ----9# These will be used only if proxy variables are not set.10#OPENAI_API_KEY="your-openai-key-here"11#OPENAI_BASE_URL="https://api.openai.com/v1"