This commit is contained in:
Timothy J. Baek
2024-06-02 16:02:45 -07:00
parent 97bf3b77e2
commit f250eee5bc
11 changed files with 74 additions and 60 deletions

View File

@@ -7,8 +7,6 @@ import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />
# Troubleshooting
## Understanding the Open WebUI Architecture
The Open WebUI system is designed to streamline interactions between the client (your browser) and the Ollama API. At the heart of this design is a backend reverse proxy, enhancing security and resolving CORS issues.