changes
This commit is contained in:
@@ -4,7 +4,7 @@ import ChatLayout from './ChatLayout';
|
||||
describe('ChatLayout', () => {
|
||||
it('renders chat interface', () => {
|
||||
render(<ChatLayout />);
|
||||
expect(screen.getByText('AI Chat')).toBeInTheDocument();
|
||||
expect(screen.getByText('ChatGPZ')).toBeInTheDocument();
|
||||
expect(screen.getByPlaceholderText('Type your message...')).toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -352,7 +352,7 @@ export default function ChatLayout() {
|
||||
</Tooltip>
|
||||
<IconRobot size={28} stroke={1.5} color={theme.colors[primaryColor][6]} />
|
||||
<Title order={3} mr="md">
|
||||
AI Chat
|
||||
ChatGPZ
|
||||
</Title>
|
||||
<Select
|
||||
placeholder="Select Model"
|
||||
|
||||
Reference in New Issue
Block a user