fix regenerate
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Message, OpenAIModel, OpenAIModelID } from '@/types';
|
||||
import { IconPlayerStop, IconRepeat, IconSend } from '@tabler/icons-react';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import {
|
||||
FC,
|
||||
KeyboardEvent,
|
||||
@@ -7,7 +8,6 @@ import {
|
||||
useEffect,
|
||||
useState,
|
||||
} from 'react';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
|
||||
interface Props {
|
||||
messageIsStreaming: boolean;
|
||||
|
||||
Reference in New Issue
Block a user