From 18a1491148ff2108b0b38406fa7666ad169436d5 Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Wed, 3 Apr 2024 15:26:01 -0500 Subject: [PATCH] Explain ngrok further --- selfie-ui/src/app/components/Settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfie-ui/src/app/components/Settings/Settings.tsx b/selfie-ui/src/app/components/Settings/Settings.tsx index 71d40a8..86f1639 100644 --- a/selfie-ui/src/app/components/Settings/Settings.tsx +++ b/selfie-ui/src/app/components/Settings/Settings.tsx @@ -17,7 +17,7 @@ const Settings = () => { type: "object", required: ["method"], properties: { - ngrok_enabled: { type: "boolean", title: "Enable ngrok", default: false }, + ngrok_enabled: { type: "boolean", title: "Enable ngrok (create a public URL for your app via http://ngrok.com)", default: false }, method: { type: "string", title: "LLM provider",