AI Capabilities of Nomirun CLI

1. Generate Swagger and module summary documentation

To generate the Swagger documentation on the Controller actions, you can run the command below.

nomirun generate swagger --module-csproj "<CSPROJ_FILE_PATH>"

It will scan all the Nomirun controllers and add the Swagger attribute if not already present.

Make sure you run the init process as it downloads the local LLM model.

If your computer has CUDA 12 installed, the process will use the Nvidia graphic card to run the AI model, which runs much faster than on the CPU.