.env.template 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Your openai api key. (required)
  2. OPENAI_API_KEY=sk-xxxx
  3. # DeepSeek Api Key. (Optional)
  4. DEEPSEEK_API_KEY=
  5. # Access password, separated by comma. (optional)
  6. CODE=your-password
  7. # You can start service behind a proxy. (optional)
  8. PROXY_URL=http://localhost:7890
  9. # Enable MCP functionality (optional)
  10. # Default: Empty (disabled)
  11. # Set to "true" to enable MCP functionality
  12. ENABLE_MCP=
  13. # (optional)
  14. # Default: Empty
  15. # Google Gemini Pro API key, set if you want to use Google Gemini Pro API.
  16. GOOGLE_API_KEY=
  17. # (optional)
  18. # Default: https://generativelanguage.googleapis.com/
  19. # Google Gemini Pro API url without pathname, set if you want to customize Google Gemini Pro API url.
  20. GOOGLE_URL=
  21. # Override openai api request base url. (optional)
  22. # Default: https://api.openai.com
  23. # Examples: http://your-openai-proxy.com
  24. BASE_URL=
  25. # Specify OpenAI organization ID.(optional)
  26. # Default: Empty
  27. OPENAI_ORG_ID=
  28. # (optional)
  29. # Default: Empty
  30. # If you do not want users to use GPT-4, set this value to 1.
  31. DISABLE_GPT4=
  32. # (optional)
  33. # Default: Empty
  34. # If you do not want users to input their own API key, set this value to 1.
  35. HIDE_USER_API_KEY=
  36. # (optional)
  37. # Default: Empty
  38. # If you do want users to query balance, set this value to 1.
  39. ENABLE_BALANCE_QUERY=
  40. # (optional)
  41. # Default: Empty
  42. # If you want to disable parse settings from url, set this value to 1.
  43. DISABLE_FAST_LINK=
  44. # (optional)
  45. # Default: Empty
  46. # To control custom models, use + to add a custom model, use - to hide a model, use name=displayName to customize model name, separated by comma.
  47. CUSTOM_MODELS=
  48. # (optional)
  49. # Default: Empty
  50. # Change default model
  51. DEFAULT_MODEL=
  52. # anthropic claude Api Key.(optional)
  53. ANTHROPIC_API_KEY=
  54. ### anthropic claude Api version. (optional)
  55. ANTHROPIC_API_VERSION=
  56. ### anthropic claude Api url (optional)
  57. ANTHROPIC_URL=
  58. ### (optional)
  59. WHITE_WEBDAV_ENDPOINTS=