Skip to content

UI and APIs for managing running Open AI Workloads

Notifications You must be signed in to change notification settings

ServiceStack/ai-server

Repository files navigation

ai-server

UI and APIs for managing running Open AI Workloads

Browse source code, view live demo web.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new web ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new web

Update Server TypeScript DTOs

Run the dtos package.json script to update your server dtos:

$ npm run dtos

About

UI and APIs for managing running Open AI Workloads

Resources

Stars

Watchers

Forks

Releases

No releases published