mistralAI.files is it possible to add a directive to use fmx implementation uses System.StrUtils, Rest.Json, System.Rtti, MistralAI.NetEncoding.Base64, {$ifdef fmx} fmx.Dialogs; {$else} Vcl.Dialogs; {$endif}
mistralAI.files
is it possible to add a directive to use fmx
implementation
uses
System.StrUtils, Rest.Json, System.Rtti, MistralAI.NetEncoding.Base64,
{$ifdef fmx}
fmx.Dialogs;
{$else}
Vcl.Dialogs;
{$endif}