UI checks

pull/503/head
ManishMadan2882 7 months ago
parent 7ee3f10a81
commit 54fdd2da57

@ -1,3 +1,3 @@
# Please put appropriate value
VITE_API_HOST=http://localhost:7091
VITE_API_HOST=http://0.0.0.0:7091
VITE_API_STREAMING=true

@ -148,7 +148,7 @@ const ConversationBubble = forwardRef<
}`}
>
<Copy
className={`cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
className={`mx-4 cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
onClick={() => copy(message)}
></Copy>
<Like

Loading…
Cancel
Save