diff --git a/public/script.js b/public/script.js index 8fb3d2dcc..b885a6f44 100644 --- a/public/script.js +++ b/public/script.js @@ -738,6 +738,7 @@ async function getSystemMessages() { force_avatar: system_avatar, is_user: false, is_system: true, + uses_system_ui: true, mes: await renderTemplateAsync('welcomePrompt'), extra: { isSmallSys: true, diff --git a/public/scripts/templates/welcomePrompt.html b/public/scripts/templates/welcomePrompt.html index db9c96600..453734b5b 100644 --- a/public/scripts/templates/welcomePrompt.html +++ b/public/scripts/templates/welcomePrompt.html @@ -1,3 +1,18 @@ If you're connected to an API, try asking me something! + +