Open WebUI 安裝

https://docs.openwebui.com

Manual Installation
手動安裝

Installation with pip (Beta)
安裝 (Beta)

For users who prefer to use Python’s package manager pip, Open WebUI offers a installation method. Python 3.11 is required for this method.
對於喜歡使用 Python 包管理員的使用者,Open WebUI 提供了一種安裝方法。此方法需要 Python 3.11。

  1. Install Open WebUI: Open your terminal and run the following command:
    :
    開啟終端並執行以下命令:pip install open-webui
  2. Start Open WebUI: Once installed, start the server using:
    :
    安裝後,使用以下命令啟動伺服器:open-webui serve

This method installs all necessary dependencies and starts Open WebUI, allowing for a simple and efficient setup. After installation, you can access Open WebUI at http://localhost:8080. Enjoy! 😄
此方法會安裝所有必要的依賴項並啟動Open WebUI,從而實現簡單高效的設置。安裝后,您可以在 http://localhost:8080 訪問 Open WebUI。享受!😄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *