|
@@ -139,6 +139,17 @@
|
|
placeholder={`e.g.) /api/v1/messages, /api/v1/channels`}
|
|
placeholder={`e.g.) /api/v1/messages, /api/v1/channels`}
|
|
bind:value={adminConfig.API_KEY_ALLOWED_ENDPOINTS}
|
|
bind:value={adminConfig.API_KEY_ALLOWED_ENDPOINTS}
|
|
/>
|
|
/>
|
|
|
|
+
|
|
|
|
+ <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
|
|
|
+ <!-- https://docs.openwebui.com/getting-started/advanced-topics/api-endpoints -->
|
|
|
|
+ <a
|
|
|
|
+ href="https://docs.openwebui.com/getting-started/advanced-topics/api-endpoints"
|
|
|
|
+ target="_blank"
|
|
|
|
+ class=" text-gray-300 font-medium underline"
|
|
|
|
+ >
|
|
|
|
+ {$i18n.t('To learn more about available endpoints, visit our documentation.')}
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{/if}
|
|
{/if}
|
|
{/if}
|