]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
server : minor UI fix (#10207)
authorXuan Son Nguyen <redacted>
Thu, 7 Nov 2024 22:44:38 +0000 (18:44 -0400)
committerGitHub <redacted>
Thu, 7 Nov 2024 22:44:38 +0000 (18:44 -0400)
examples/server/public/index.html

index 850c652acb2f73875cfe737fcad0d0d18af5aa84..bf1d1b7940e8a27ed6929d4d3b5cdd7735de3be1 100644 (file)
 
         <!-- pending (ongoing) assistant message -->
         <div id="pending-msg" class="chat chat-start">
-          <div v-if="pendingMsg" class="chat-bubble markdown">
+          <div v-if="pendingMsg" class="chat-bubble markdown chat-bubble-base-300">
             <span v-if="!pendingMsg.content" class="loading loading-dots loading-md"></span>
             <vue-markdown v-else :source="pendingMsg.content" />
           </div>