- Updated documentation to reflect the change from LocalAI to LMSupply.
- Modified project references and NuGet packages in FileFlux.csproj for LMSupply.
- Refactored ServiceCollectionExtensions to register LMSupply services.
- Implemented LMSupplyCaptionerService, LMSupplyEmbedderService, LMSupplyGeneratorService, and LMSupplyOcrService for image captioning, embedding, text generation, and OCR functionalities.
- Created LMSupplyOptions class for configuration settings specific to LMSupply services.
- Developed LMSupplyServiceFactory to manage the lifecycle of LMSupply service instances.