DelphiMistralAI icon indicating copy to clipboard operation
DelphiMistralAI copied to clipboard

DelphiMistralAI wrapper brings Mistral’s text-vision-audio models and agentic Conversations to Delphi, with chat, embeddings, Codestral codegen, fine-tuning, batching, moderation, async/await helpers...

Results 2 DelphiMistralAI issues
Sort by recently updated
recently updated
newest added

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}

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...