Merge branch 'main' into pipsize

This commit is contained in:
Alex Cheema
2024-11-24 00:05:13 +04:00
75 changed files with 2359 additions and 1480 deletions

View File

@@ -1,3 +1,3 @@
API_ENDPOINT="http://${API_ENDPOINT:-$(ifconfig | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | head -n 1):8000}"
API_ENDPOINT="http://${API_ENDPOINT:-$(ifconfig | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | head -n 1):52415}"
echo "Using API_ENDPOINT=${API_ENDPOINT}"
docker run -d -p 3000:8080 -e OPENAI_API_BASE_URL="${API_ENDPOINT}" -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main