How to run examples

Sample applications are the fastest way to explore Aspose.LLM for .NET.

Requirements

  • System requirements for Aspose.LLM for .NET.
  • NuGet package source (e.g. nuget.org) enabled so that Aspose.LLM and dependencies can be restored.
  • If the samples use a license file, place it in the appropriate folder or set the path in the code.

Running examples

  1. Open the solution or project that contains the Aspose.LLM examples (e.g. from the product repository or examples folder).
  2. Restore NuGet packages (Visual Studio usually does this on open; otherwise use Restore NuGet Packages or dotnet restore).
  3. Build the project (e.g. Build solution or dotnet build).
  4. Run the application. On first run, the library may download or cache model files as required by the preset; ensure you have disk space and (if applicable) network access.

If you encounter issues, check the documentation and the Support Forum.