mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
- The check for private IP addresses often did not yield the expected results, especially with errors like: `[Errno -2] Name or service not known`. - Removed the check for private IP addresses in the URL validation process. - Simplified the `validate_url` function to focus on validating the URL format and checking the existence of the URL using a HEAD request. |
||
|---|---|---|
| .. | ||
| apps | ||
| data | ||
| open_webui | ||
| static | ||
| utils | ||
| .dockerignore | ||
| .gitignore | ||
| config.py | ||
| constants.py | ||
| dev.sh | ||
| main.py | ||
| requirements.txt | ||
| start_windows.bat | ||
| start.sh | ||