You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ This repository focuses on reusable Python functions for Open WebUI. It includes
96
96
97
97
1.**Ensure admin access**
98
98
99
-
> [!NOTE]
100
-
> You must be an admin in Open WebUI to install functions.
99
+
> [!NOTE]
100
+
> You must be an admin in Open WebUI to install functions.
101
101
102
102
2.**Open Admin Settings**
103
103
- Navigate to the **Admin Settings** section in Open WebUI.
@@ -112,8 +112,8 @@ This repository focuses on reusable Python functions for Open WebUI. It includes
112
112
5.**Set environment variables if required**
113
113
- Some functions require API keys or provider-specific configuration through environment variables.
114
114
115
-
> [!IMPORTANT]
116
-
> Set [WEBUI_SECRET_KEY](https://docs.openwebui.com/getting-started/env-configuration/#webui_secret_key) for secure encryption of sensitive API keys. This is **required** for the encryption features to work properly.
115
+
> [!IMPORTANT]
116
+
> Set [WEBUI_SECRET_KEY](https://docs.openwebui.com/getting-started/env-configuration/#webui_secret_key) for secure encryption of sensitive API keys. This is **required** for the encryption features to work properly.
117
117
118
118
6.**Save and activate**
119
119
- Save the function, and it will be available inside Open WebUI.
0 commit comments