GitDeployHub

nanmicoder/chatgpt-next-web

github.com/nanmicoder/chatgpt-next-web ↗
Next.js
15 environment variables found in .env.template

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OPENAI_API_KEY secret Your openai api key. (required)
  • CODE Access password, separated by comma. (optional)
  • PROXY_URL You can start service behind a proxy
  • GOOGLE_API_KEY secret (optional) Default: Empty Googel Gemini Pro API key, set if you want to use Google Gemini Pro API.
  • GOOGLE_URL (optional) Default: https://generativelanguage.googleapis.com/ Googel Gemini Pro API url without pathname, set if you want to customize…
  • BASE_URL Override openai api request base url. (optional) Default: https://api.openai.com Examples: http://your-openai-proxy.com
  • OPENAI_ORG_ID secret Specify OpenAI organization ID.(optional) Default: Empty
  • DISABLE_GPT4 (optional) Default: Empty If you do not want users to use GPT-4, set this value to 1.
  • HIDE_USER_API_KEY secret (optional) Default: Empty If you do not want users to input their own API key, set this value to 1.
  • ENABLE_BALANCE_QUERY (optional) Default: Empty If you do want users to query balance, set this value to 1.
  • DISABLE_FAST_LINK (optional) Default: Empty If you want to disable parse settings from url, set this value to 1.
  • ANTHROPIC_API_KEY secret anthropic claude Api Key.(optional)
  • ANTHROPIC_API_VERSION secret anthropic claude Api version. (optional)
  • ANTHROPIC_URL secret anthropic claude Api url (optional)
  • WHITE_WEBDEV_ENDPOINTS (optional)
Or deploy to a different host
← Try another repo