This repository contains the ASON online demo. To learn more about ASON, refer to the main ASON repository.
While ASON is a fully open-source and free library, the demo requires a few additional products/services to run on your machine:
- OpenAI: You’ll need an OpenAI API key. You can either add it to the
MY_OPEN_AI_KEYenvironment variable or use it directly in the Program.cs file. - DevExpress: The demo uses DevExpress Blazor components for the UI. To build it, you need a DevExpress subscription or a free trial account with a configured DevExpress NuGet feed. The easiest way to set this up is through the DevExpress installer.
