<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <RootNamespace>Lilith.RazorWebGui</RootNamespace> <AssemblyName>Lilith.RazorWebGui</AssemblyName> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\Lilith\Lilith.csproj" /> </ItemGroup></Project>
Documentation
Lilith.RazorWebGui (Version 1)
ASP.NET Core Razor Pages web UI for Lilith Version 1. Mirrors LilithConsole chat, commands, and logging.
- Model:
LILITH_MODEL(defaultgemma4) - Commands:
exit,/new,/history,/history <n>
dotnet run --project Lilith.RazorWebGui.csproj
Browse http://localhost:5000 (see Properties/launchSettings.json).