fix model selection: add missing ID to modal model dropdown
This commit is contained in:
parent
525c4c315f
commit
0af7efc863
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ async function openUncloseaiEmbeddedModalNew() {
|
|||
|
||||
|
||||
const modelSelect = document.createElement("select");
|
||||
modelSelect.id = "hermes-model-selection";
|
||||
modelSelect.className = "uncloseai-modal-select";
|
||||
|
||||
// Store models for selection handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue