Update apiwidgets.js

This commit is contained in:
end-4 2024-01-24 22:42:19 +07:00
parent 2838a1a8c1
commit 5f7aaff125

View file

@ -100,6 +100,7 @@ function switchToTab(id) {
chatEntry.placeholderText = APIS[id].placeholderText,
currentApiId = id;
}
const apiSwitcher = CenterBox({
centerWidget: Box({
className: 'sidebar-chat-apiswitcher spacing-h-5',