Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.29 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.29 KB

Dialog flow chat bot

This is a software with only one executable file, including a visual process editor and a response system.

✨ Features

  • 🛒 Light Only ONE executable file, it can run smoothly on laptops without GPUs (data files will be created at runtime automatically).
  • 🐱‍🏍 AI powered Integrated Huggingface local model, Ollama and OpenAI, this can be used for Chat, Text generation and Intent detection.
  • 🚀 Fast Built on Rust and Vue3.
  • 😀 Simple Use the mouse to drag and drop with our intuitive node-based editor.
  • 🔐 Safe 100% open source, all runtime data is saved locally (Using OpenAI API may expose some data).

Releases and source code

  • 💾 If you're looking for binary releases, please check here
  • 🎈 The back end of this application is here
  • 🎨 The front end of this application is here

Check out introduction page

https://dialogflowchatbot.github.io/

Screenshots

Try a demo dialog flow

Demo

Setup a condition branch

Setup a condition branch

Text generation

Text generation

Testing a dialog flow

Flow testing tool

Get started

  1. Download on Github release page
  2. Run it.
  3. Open your browser and visit http://localhost:12715 (you can change port in settings) to see the application in action
  4. Add a main flow and click its name into it
  5. Create dialog flow by dragging and drop nodes onto canvas
  6. Test it