create project
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Open WebUI Configuration for aichat.zoneco.org
|
||||
# Copy this to .env and fill in your values
|
||||
|
||||
# OpenAI API Key
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
|
||||
# Optional: Additional configuration
|
||||
# WEBUI_NAME=AI Chat Zoneco
|
||||
# WEBUI_URL=https://aichat.zoneco.org
|
||||
# WEBUI_SECRET_KEY=your_secret_key_here
|
||||
# DEFAULT_USER_ROLE=user
|
||||
# ENABLE_SIGNUP=true
|
||||
# ENABLE_LOGIN=true
|
||||
# ENABLE_OAUTH_SIGNUP=false
|
||||
# DEFAULT_MODELS=gpt-4
|
||||
|
||||
# DOCKER_IMAGE_TAG=ghcr.io/open-webui/open-webui:main
|
||||
# CONTAINER_NAME=funzone_aichat
|
||||
# HOST_PORT=3005
|
||||
# CONTAINER_PORT=8080
|
||||
Reference in New Issue
Block a user