diff --git a/selfie-ui/src/app/components/Settings/Settings.tsx b/selfie-ui/src/app/components/Settings/Settings.tsx index afdbb12..792fbf6 100644 --- a/selfie-ui/src/app/components/Settings/Settings.tsx +++ b/selfie-ui/src/app/components/Settings/Settings.tsx @@ -130,6 +130,12 @@ const Settings = () => { const uiSchema = { 'ui:order': ['gpu', 'ngrok_enabled', 'ngrok_authtoken', 'ngrok_domain', '*', 'verbose_logging'], + // TODO: this doesn't work + // ngrok_enabled: { + // "ui:enableMarkdownInDescription": true, + // "ui:description": "Enables ngrok for exposing your local server to the internet.", + // }, + method: { "ui:widget": "radio", }, @@ -359,8 +365,22 @@ const Settings = () => {
Customize your LLM provider using one of the presets below, or manually configure any llama.cpp or LiteLLM-supported model.
+Customize your LLM provider using one of the presets below, or manually configure any + llama.cpp or LiteLLM-supported + model. Configure ngrok to expose your local server to the internet.