Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 4.08 KB

README.md

File metadata and controls

64 lines (49 loc) · 4.08 KB

Dialog flow chat bot

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

Homepage

✨ 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).

Give it a try!

By default application will listen to 127.0.0.1:12715, you can use -ip and -port specify new value, e.g.: dialogflow -ip 0.0.0.0 -port 8888

Check out introduction page

https://dialogflowchatbot.github.io/

Function nodes

Node Name
DialogNode Dialog Node
LLM chat node Large language model chat node
Knowledge base answer node
Conditions node
Goto node
Collect node
External HTTP node
Send email node
The end node

Screenshots

Robot detail

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