We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37fd66 commit 1aa3b57Copy full SHA for 1aa3b57
chat2db-client/src/blocks/Setting/UpdateDetection/index.tsx
@@ -41,9 +41,9 @@ const UpdateDetection = memo(
41
const [notificationApi, notificationDom] = notification.useNotification();
42
const timesRef = React.useRef(0);
43
44
- useEffect(() => {
45
- checkUpdate();
46
- }, []);
+ // useEffect(() => {
+ // checkUpdate();
+ // }, []);
47
48
const close = () => {};
49
chat2db-client/src/typings/ai.ts
@@ -1,5 +1,5 @@
1
export enum AIType {
2
- // CHAT2DBAI = 'CHAT2DBAI',
+ CHAT2DBAI = 'CHAT2DBAI',
3
ZHIPUAI = 'ZHIPUAI',
4
BAICHUANAI='BAICHUANAI',
5
WENXINAI='WENXINAI',
0 commit comments