mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:09:21 +00:00
@@ -15,8 +15,7 @@ export const defaultApp: AppDetailType = {
|
||||
tmbId: '',
|
||||
permission: 'private',
|
||||
isOwner: false,
|
||||
canWrite: false,
|
||||
teamTags: ['']
|
||||
canWrite: false
|
||||
};
|
||||
|
||||
export const defaultOutLinkForm: OutLinkEditType = {
|
||||
@@ -24,7 +23,7 @@ export const defaultOutLinkForm: OutLinkEditType = {
|
||||
responseDetail: false,
|
||||
limit: {
|
||||
QPM: 100,
|
||||
maxUsagePoints: -1
|
||||
credit: -1
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user