Properties/launchSettings.jsonjson

Documentation

Lilith.RazorWebGui (Version 5)

ASP.NET Core Razor Pages web UI for Lilith Version 5. Mirrors LilithConsole chat, commands, and logging.

  • Model: LILITH_MODEL (default gemma4)
  • Commands: exit, /new, /history, /history <n>, /voice <name> (when TTS is enabled)
dotnet run --project Lilith.RazorWebGui.csproj

Browse http://localhost:5000 (see Properties/launchSettings.json).

{  "profiles": {    "Lilith.RazorWebGui": {      "commandName": "Project",      "dotnetRunMessages": true,      "launchBrowser": true,      "applicationUrl": "http://localhost:5080",      "environmentVariables": {        "ASPNETCORE_ENVIRONMENT": "Development"      }    }  }}