.env.template 724 B

1234567891011121314151617181920212223242526272829
  1. # Your openai api key. (required)
  2. OPENAI_API_KEY=sk-xxxx
  3. # Access passsword, separated by comma. (optional)
  4. CODE=your-password
  5. # You can start service behind a proxy
  6. PROXY_URL=http://localhost:7890
  7. # Override openai api request base url. (optional)
  8. # Default: https://api.openai.com
  9. # Examples: http://your-openai-proxy.com
  10. BASE_URL=
  11. # Specify OpenAI organization ID.(optional)
  12. # Default: Empty
  13. # If you do not want users to input their own API key, set this value to 1.
  14. OPENAI_ORG_ID=
  15. # (optional)
  16. # Default: Empty
  17. # If you do not want users to input their own API key, set this value to 1.
  18. HIDE_USER_API_KEY=
  19. # (optional)
  20. # Default: Empty
  21. # If you do not want users to use GPT-4, set this value to 1.
  22. DISABLE_GPT4=