diff --git a/internal/gateway/ui/index.html b/internal/gateway/ui/index.html index d94bc84..53d5f50 100644 --- a/internal/gateway/ui/index.html +++ b/internal/gateway/ui/index.html @@ -1003,7 +1003,7 @@ function removeChatImg(i) { chatImages.splice(i, 1); renderChatImgs(); } async function renderSources() { const j = await api('/api/sources'); const rows = j.sources.map(s => `${esc(s.name)}${esc(s.base_url)}${esc(s.adapter)} - ${s.models.map(m => `${esc(m.id)}`).join('')} +
${s.models.map(m => `${esc(m.id)}`).join('')}
`).join(''); $('#tab-sources').innerHTML = `