is it possible to add a directive to have compatibilty with android and ios ?
unit MistralAI.Httpx;
{-------------------------------------------------------------------------------
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
Visit the Github repository for the documentation and use examples
------------------------------------------------------------------------------}
interface
uses
{$ifdef mswindows}
Winapi.Windows, Winapi.ShellAPI,
{$endif}
System.SysUtils, System.Classes, System.Net.URLClient,
System.Net.HttpClient, System.Net.HttpClientComponent, System.NetEncoding;