AIRequests: Duplication Bug Fixed

This commit is contained in:
Manas Hejmadi
2025-06-10 01:24:18 +05:30
parent 2c756df2c4
commit 49a93cacde
2 changed files with 2 additions and 1 deletions

View File

@@ -168,6 +168,8 @@ class CollectionStateNotifier
requestTabIndex: 0,
responseStatus: null,
message: null,
httpRequestModel: currentModel.httpRequestModel?.copyWith(),
aiRequestModel: currentModel.aiRequestModel?.copyWith(),
httpResponseModel: null,
isWorking: false,
sendingTime: null,

View File

@@ -242,7 +242,6 @@ class HisRequestBody extends ConsumerWidget {
readOnly: true,
),
),
APIType.ai => FlutterLogo(),
_ => kSizedBoxEmpty,
};
}