Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 93 for

aspose.llm

(0.72 sec)
  1. Multi-turn chat|Documentation

    Run an explicit multi-turn conversation in Aspose.llm for .NET — manage sessions, handle multiple concurrent conversations, and trim the KV cache when it grows....single session using Aspose.LLM ; using Aspose.LLM.Abstractions.Parameters...Presets ; var license = new Aspose . LLM . License (); license ....

    docs.aspose.com/llm/net/use-cases/multi-turn-chat/
  2. Aspose Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....NET Aspose.LLM Product Family Integrate...

    docs.aspose.com/
  3. Supported presets|Documentation

    Built-in presets for Aspose.llm for .NET with Hugging Face model sources, default context sizes, and quantization....presets Contents [ Hide ] Aspose.LLM for .NET bundles ready-to-use...PresetCoreBase (namespace Aspose.LLM.Abstractions.Parameters.Presets...

    docs.aspose.com/llm/net/product-overview/suppor...
  4. C# .NET Core File Automation APIs | products.as...

    C# ASP.NET VB.NET APIs to create manipulate convert and render any type of documents... Aspose.LLM for .NET Aspose.LLM for .NET enables...

    products.aspose.com/total/net/
  5. Custom model loader|Documentation

    Replace the default IModelLoader implementation in Aspose.llm for .NET to control the full model-loading pipeline....Interface reference namespace Aspose.LLM.Abstractions.Interfaces ;...using Aspose.LLM.Abstractions.Interfaces ; using Aspose.LLM.Abstractions...

    docs.aspose.com/llm/net/developer-reference/ext...
  6. Extensibility|Documentation

    Replace core services in Aspose.llm for .NET via dependency injection — IModelLoader, IModelFileProvider, IPromptFormatter, IMediaProcessor. Advanced customization for niche scenarios....IPromptFormatter live in Aspose.LLM.Abstractions.Interfaces ...IMediaProcessor lives in Aspose.LLM.Core.Services (still publicly...

    docs.aspose.com/llm/net/developer-reference/ext...
  7. Custom media processor|Documentation

    Replace IMediaProcessor in Aspose.llm for .NET to customize image preprocessing — format handling, validation, color conversion, and ProcessedMedia output....Interface reference namespace Aspose.LLM.Core.Services ; public interface...IMediaProcessor lives in Aspose.LLM.Core.Services . It is public...

    docs.aspose.com/llm/net/developer-reference/ext...
  8. Custom prompt formatter|Documentation

    Replace IPromptFormatter in Aspose.llm for .NET to support custom chat templates or post-process model output....Interface reference namespace Aspose.LLM.Abstractions.Interfaces ;...using Aspose.LLM.Abstractions.Interfaces ; using Aspose.LLM.Abstractions...

    docs.aspose.com/llm/net/developer-reference/ext...
  9. Custom file provider|Documentation

    Replace IModelFileProvider in Aspose.llm for .NET to source model files from custom locations — S3, internal registries, encrypted storage, or air-gapped networks....Interface reference namespace Aspose.LLM.Abstractions.Interfaces ;...using Aspose.LLM.Abstractions.Interfaces ; using Aspose.LLM.Abstractions...

    docs.aspose.com/llm/net/developer-reference/ext...
  10. Attaching images|Documentation

    Pass images to Aspose.llm for .NET chat methods — MediaAttachment class, supported formats (JPEG, PNG, BMP, GIF, WebP), 50 MB limit, magic-byte detection, and multiple images per message.... namespace Aspose.LLM.Abstractions.Models ; public...idiomatic constructor: using Aspose.LLM.Abstractions.Models ; var...

    docs.aspose.com/llm/net/developer-reference/mul...