- Get a free API key at https://mistral.ai
- In your terminal run:
export MISTRAL_API_KEY="your-key-here" - Connect to Umbraco Database, (Done with VSCode SQL Extension)
dotnet restore
dotnet build
dotnet run
- Model choice: mistral-small is faster, mistral-large is more capable
- The API key is never hardcoded — it is read from your environment variables