mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
UI checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user