Skip to content

Commit

Permalink
Explain ngrok further
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak committed Apr 3, 2024
1 parent fe0f990 commit 18a1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfie-ui/src/app/components/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18a1491

Please sign in to comment.