[feature](chat-sdk) optimize

This commit is contained in:
williamhliu
2023-06-30 15:24:14 +08:00
parent 3f6af3b1fb
commit 7c57a1cb33
4 changed files with 9 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ import axios from './axiosInstance';
import { ChatContextType, HistoryType, MsgDataType, SearchRecommendItem } from '../common/type';
import { QueryDataType } from '../common/type';
const DEFAULT_CHAT_ID = 0;
const DEFAULT_CHAT_ID = 2;
const prefix = '/api';