Skip to content

Commit

Permalink
Legacy models message has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDehbansiahkarbon committed Nov 18, 2023
1 parent adb430d commit f6b6f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Forms/UChatGPTQFrame.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6b6f2f

Please sign in to comment.