We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1204f97 commit 4981d4bCopy full SHA for 4981d4b
examples/server/webui/index.html
@@ -157,7 +157,7 @@ <h2 class="font-bold ml-4">Conversations</h2>
157
:disabled="isGenerating"
158
id="msg-input"
159
></textarea>
160
- <button v-if="!isGenerating" class="btn btn-primary ml-2" @click="sendMessage" :disabled="inputMsg.length === 0">Send</button>
+ <button v-if="!isGenerating" class="btn btn-primary ml-2" @click="sendMessage" :disabled="inputMsg.length === 0" id="msg-send">Send</button>
161
<button v-else class="btn btn-neutral ml-2" @click="stopGeneration">Stop</button>
162
</div>
163
0 commit comments