mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 14:47:38 +00:00
feat: dataset quote role support system; fix: adapt o1 model (#2733)
* feat: dataset quote support system role * perf: adapt dataset quote role * fix: adapt o1 model
This commit is contained in:
@@ -208,8 +208,8 @@ const InputDataModal = ({
|
||||
},
|
||||
errorToast: t('common:common.error.unKnow')
|
||||
});
|
||||
// update
|
||||
|
||||
// update
|
||||
const { runAsync: onUpdateData, loading: isUpdating } = useRequest2(
|
||||
async (e: InputDataType) => {
|
||||
if (!dataId) return Promise.reject(t('common:common.error.unKnow'));
|
||||
|
Reference in New Issue
Block a user