add typescript tokenizer and better chat trimmer
This commit is contained in:
@@ -9,7 +9,7 @@ import { useAppContext } from '../../context';
|
||||
import { backend } from '../../backend';
|
||||
import { Page } from '../page';
|
||||
|
||||
const Message = React.lazy(() => import(/* webpackChunkName: "message" */ '../message'));
|
||||
const Message = React.lazy(() => import(/* webpackPreload: true */ '../message'));
|
||||
|
||||
const Messages = styled.div`
|
||||
max-height: 100%;
|
||||
|
Reference in New Issue
Block a user