From f6b6f2f9810dc8788f7440944131fc71f14b0fc9 Mon Sep 17 00:00:00 2001 From: Ali Dehbansiahkarbon Date: Sun, 19 Nov 2023 00:21:54 +0300 Subject: [PATCH] Legacy models message has been updated. --- Forms/UChatGPTQFrame.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Forms/UChatGPTQFrame.pas b/Forms/UChatGPTQFrame.pas index 6df0560..02ab703 100644 --- a/Forms/UChatGPTQFrame.pas +++ b/Forms/UChatGPTQFrame.pas @@ -218,7 +218,8 @@ procedure TFram_Question.Btn_AskClick(Sender: TObject); begin if IslegacyModel then begin - ShowMessage('You are trying to use model"' + '+' + TSingletonSettingObj.Instance.Model + '" which is deprecated') + ShowMessage('You are trying to use the model"' + TSingletonSettingObj.Instance.Model + '" which is deprecated, you can change the Model in setting form.'); + Exit; end; if mmoQuestion.Lines.Text.Trim.IsEmpty then