Skip to content

Commit

Permalink
AAdd model picker, streaming, and redesign the UI as well as dependen…
Browse files Browse the repository at this point in the history
…cy updates.

This commit introduces several new UI components including badge, form, select and tooltip. Additionally, it extends the ModalType in use-modal-store to include 'aimodel'. The global styling rules have also been updated to enhance layout and visual presentation. Also, modifications are made in Layout.tsx and package-lock.json for better functionality and proper dependency resolution. This also introduces streaming, allowing for longer responses, as well as choosing the model for the AI to use and even a full redesign!
  • Loading branch information
Supernova3339 committed Apr 26, 2024
1 parent 96e50b6 commit 1233be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Message: React.FC<MessageProps> = ({response, onClear}) => {
toast({
title: "Error",
description: "Unable to copy text",
variant: "failed",
variant: "destructive",
})
console.error('Failed to copy text: ', err);
}
Expand Down

0 comments on commit 1233be7

Please sign in to comment.