File size: 434 Bytes
a82f275 |
1 2 3 4 5 6 7 8 9 10 11 |
# ---- 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" |