Explorar o código

refac

Co-Authored-By: MicroDev <70126934+microdev1@users.noreply.github.com>
Timothy J. Baek hai 8 meses
pai
achega
31b311c3c9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      backend/open_webui/main.py

+ 2 - 1
backend/open_webui/main.py

@@ -2329,10 +2329,11 @@ async def get_manifest_json():
     return {
     return {
         "name": WEBUI_NAME,
         "name": WEBUI_NAME,
         "short_name": WEBUI_NAME,
         "short_name": WEBUI_NAME,
+        "description": "Open WebUI is an open, extensible, user-friendly interface for AI that adapts to your workflow.",
         "start_url": "/",
         "start_url": "/",
         "display": "standalone",
         "display": "standalone",
         "background_color": "#343541",
         "background_color": "#343541",
-        "orientation": "portrait-primary",
+        "orientation": "any",
         "icons": [
         "icons": [
             {
             {
                 "src": "/static/logo.png",
                 "src": "/static/logo.png",