[feat] added ooba url help for over 1.7

This commit is contained in:
kwaroran
2023-11-14 22:22:43 +09:00
parent 8defd6e38d
commit 462975c836

View File

@@ -248,6 +248,7 @@
{#if !isTauri} {#if !isTauri}
<span class="text-draculared text-xs mb-2">You are using web version. you must use ngrok or other tunnels to use your local webui.</span> <span class="text-draculared text-xs mb-2">You are using web version. you must use ngrok or other tunnels to use your local webui.</span>
{/if} {/if}
<span class="text-draculared text-xs mb-2">Warning: For Ooba version over 1.7, use "Reverse Proxy" as model, and use url like http://127.0.0.1:5000/v1/chat/completions</span>
{/if} {/if}
{#if advancedBotSettings} {#if advancedBotSettings}
{#if !$DataBase.promptTemplate} {#if !$DataBase.promptTemplate}