Git Product home page Git Product logo

ai-dial-chat's Introduction

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.

DIAL Chat Visualizer Connector documentation is placed here.

DIAL Visualizer Connector 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=* --dry --development

Params (all optional):

ver - version to publish
dry - dry run
tag - tag to publish with (default: 'next')
development - if set and not version provided will increment version automatically according to current global package.json version (e.g. 0.5.0-rc.1, 0.5.0-rc.2, etc.)

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

npm run publish -- --dry

or just

npm run publish:dry

ai-dial-chat's People

Contributors

ilyabondar avatar alexander-kezik avatar mikitabut avatar irinakartun avatar denys-kolomiitsev avatar derikyan avatar dependabot[bot] avatar likeamike avatar ai-dial-actions avatar nepalevov avatar 4llower avatar alexey-ban avatar akryvasheyeu avatar stropalov avatar adubovik avatar dspashynskyi avatar fviernau avatar mcandio avatar sr-remsha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.