Skip to content

Commit e15c7d8

Browse files
author
icheer
committed
fix: ui
1 parent 79bf674 commit e15c7d8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

openai.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,7 @@ <h2 @click="showAbout" style="cursor: pointer">
12921292
>
12931293
<option
12941294
v-for="i in availableModels"
1295+
v-show="true"
12951296
:key="i.value"
12961297
:value="i.value"
12971298
v-cloak

worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,6 +2614,7 @@ function getHtmlContent(modelIds, tavilyKeys, title) {
26142614
>
26152615
<option
26162616
v-for="i in availableModels"
2617+
v-show="true"
26172618
:key="i.value"
26182619
:value="i.value"
26192620
v-cloak

0 commit comments

Comments
 (0)