updated lite

This commit is contained in:
Concedo 2026-05-08 14:38:47 +08:00
parent 301eae8c2c
commit 20e479a7ca

View file

@ -29463,11 +29463,7 @@ Current version indicated by LITEVER below.
<div id="documentdb_oai_buttons" style="display: flex;">
<button type="button" class="btn btn-primary" style="margin:0px; padding:0px; padding-left:2px;padding-right:2px;font-size:12px;margin-right:2px;margin-left:2px;" onclick="set_oai_embd_url()">Set URL</button>
<button type="button" class="btn btn-primary" style="margin:0px; padding:0px; padding-left:2px;padding-right:2px;font-size:12px;" onclick="set_oai_embd_key()">Set Key</button>
<select title="Select OpenAI Embed Model" style="margin:0px 4px 0; width:150px;" class="form-control" id="oai_embd_model">
<option value="text-embedding-3-small">text-embedding-3-small</option>
<option value="text-embedding-3-large">text-embedding-3-large</option>
<option value="text-embedding-ada-002">text-embedding-ada-002</option>
</select>
<input type="text" title="Select OpenAI Embed Model" id="oai_embd_model" style="margin:0px 4px 0; width:150px;" placeholder="Enter embedding model" value="text-embedding-3-small"/>
</div>
</div>