mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
fix: mode data
This commit is contained in:
@@ -39,7 +39,7 @@ export const authModel = async ({
|
||||
}
|
||||
|
||||
// detail 内容去除
|
||||
if (!model.share.isShareDetail) {
|
||||
if (!model.share.isShareDetail && userId !== String(model.userId)) {
|
||||
model.systemPrompt = '';
|
||||
model.temperature = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user