Skip to content

hhharmEpm/ai-dial-chat

Repository files navigation

DIAL Chat

DIAL Chat is a default UI for AI DIAL. AI DIAL can be used as headless system, but UI is recommended to learn the capability.

Originally forked from chatbot-ui and then completely reworked and published under apache 2.0 license, while code taken from original repository is still subject to original MIT license. Due to rework we introduced lots of new features such as varios IDP support, model side-by-side compare, DIAL extensions support, conversation replays, branding and many more.

ai-dial-chat

Overview

This repository is managed as monorepo by NX tools.

Docs

DIAL Chat documentation placed here.

DIAL Chat Theming documentation is placed here.

DIAL Overlay documentation is placed here.

Development

To work with this repo we are using NX.

Note: All commands could be found in scripts section in package.json.

Install

npm i

Build

It will build all projects which support this target (chat, overlay-sandbox).

npm run build

Serve

To run project it's better to use npm run nx serve with project specified

npm run nx serve project-name

Tests

To run tests for full repo

npm run test

Publish

To run npm publish for all publishable libraries

npm run publish -- --ver=*.*.* --tag=next

It also supported to have run publish in 'dry' mode - nothing will be published, just displayed on screen

npm run publish:dry

About

A default UI for AI DIAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%