Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 20,797 for

model

(0.24 sec)
  1. aspose.words module | Aspose.Words for Python

    The aspose.words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word....the main class of the object model that represents a Microsoft...Aspose.Words Document Object Model (DOM) documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Save and restore session|Documentation

    Persist an Aspose.LLM for .NET chat session to disk and resume it in a later process or on another machine....context of the first — the model remembers the customer’s scenario...across major versions. Same model file. Load on a machine that...

    docs.aspose.com/llm/net/use-cases/save-and-rest...
  3. Create a PDF from web page using MVC .NET 4.8 -...

    I am using .NET framework 4.8 and would like to create a PDF from and application using MVC. Please provide guidance on using views and viewModels to create the PDF....ActionResult GeneratePdf() { var model = new PdfViewModel { Title =...RenderRazorViewToStr("PdfView", model); // Convert HTML to PDF using...

    forum.aspose.com/t/create-a-pdf-from-web-page-u...
  4. Create 3D Presentations in C++|Aspose.Slides Do...

    Generate interactive 3D presentations in C++ with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....create and modify PowerPoint 3D models. This can be achieved by bringing...shape from a 2d shape to a 3D model. Setting the light effect on...

    docs.aspose.com/slides/cpp/3d-presentation/
  5. Using Azure OpenAI with Aspose.Words.IA - Free ...

    I want to use Aspose.words.IA in .Net to Check grammar using my Azure OpenAI instance. but I receive an error message : Ressource not found. Th url and Apikey are correct because I already use them in my project to reach…...api-version=2025-01-01-preview"; OpenAiModel model = (OpenAiModel)AiModel.Create(AiModelType...Gpt4O) .WithApiKey(azureApiKey); model.Url = azureEndpoint; CheckGrammarOptions...

    forum.aspose.com/t/using-azure-openai-with-aspo...
  6. Aspose.LLM for .NET|Documentation

    Aspose.LLM for .NET is a library for on-premise LLM integration, chat sessions, vision input, and Model presets....you integrate large language models into your .NET applications...capabilities, and supported models. Introduction Architecture...

    docs.aspose.com/llm/net/
  7. Create Scene with Primitive 3D Shapes|Documenta...

    Aspose.3D for Java API has support of primitive 3D shapes. All parameterized primitives will be converted to mesh automatically while saving in any supported output file format....Scene from Primitive 3D Shapes Modeling is the process of pure creation...new Scene (); // Create a Box model scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/create-scene-with-primi...
  8. LogitBias|Documentation

    Per-token logit adjustment in Aspose.LLM for .NET — add or subtract a value from any token's logit to favor or ban it....add a per-token offset to the model’s logits before sampling. Positive...Obtaining token IDs requires the model’s tokenizer — not exposed in...

    docs.aspose.com/llm/net/developer-reference/par...
  9. Aspose.Words.BuildingBlocks module | Aspose.Wor...

    The Aspose.Words.BuildingBlocks module provides classes that allow to access and use AutoText, AutoCorrect entries and Building Blocks in a document....Words Document Object Model (DOM) documentation article...Aspose.Words Document Object Model (DOM) documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 总结文档|Aspose.Words为C++

    总结一个文档。 Aspose.Words为C++ 通过允许您指定摘要长度,使用OpenAI和GoogleAI模型简化文档摘要。...SharedPtr < IAiModelText > model = System :: ExplicitCast < OpenAiModel...auto firstDocumentSummary = model -> Summarize ( firstDoc , options...

    docs.aspose.com/words/zh/cpp/summarize-a-document/