Skip to content

Releases: dialogflowchatbot/dialogflow

v1.16.0

20 Aug 11:08
Compare
Choose a tag to compare

What's Changed

Large language chat node

llmChatNode

Settings of Large language chat node

llmChatNodeSettings

Full Changelog: v1.15.0...v1.16.0

v1.15.0

12 Aug 03:54
Compare
Choose a tag to compare

What's Changed

  • Added Proxy option for OpenAI and Ollama HTTP connections on Settings page.
  • Some minor optimizations.
  • Prepare for LLM dialog node.

v.1.14.0

08 Aug 10:38
c8f4aab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v.1.14.0

v1.13.0

09 Jul 11:55
Compare
Choose a tag to compare

What's new?

Now can generate text from LLM for text of dialog node

Demo

Beautified rich text editor

Before

before

After

after

Full Changelog: v1.12.0...v1.13.0

v1.12.0

10 Jun 09:37
Compare
Choose a tag to compare

What's new?

Currently, three types of bots can be created: outbound call bots, inbound call bots, and text bots.
Each bot can have its own independent conversation flow.

Breaking changes:
1.12.0 data structure has been changed.

v1.11.1

29 May 13:07
a0614ff
Compare
Choose a tag to compare

What's new?

  • Minor changes of intention management.
  • Set default embedding model to HuggingFace

v1.11.0

27 May 02:13
Compare
Choose a tag to compare

What's new?

Integrating the embedding capabilities of large language models makes the results of intent recognition more accurate.
settings-embedding-providers

A new node representing the end of the conversation has been added to the flow canvas, making the conversation logic clearer.
endNode

v1.10.0

19 Mar 01:16
7aaa1d6
Compare
Choose a tag to compare

What's new?

  • Added a node for sending emails
  • Optimized the flow editor and reduced the number of node loading times

v1.9.5

12 Mar 01:58
Compare
Choose a tag to compare

What's new?

  • Added '-ip' startup parameter, which can specify the listening IP address at startup. Like: ./dialogflow -ip 0.0.0.0
  • Fixed the problem of incorrect language display in the demo flows

v1.9.4

27 Feb 07:48
Compare
Choose a tag to compare

What's new?

  • Update some pages
  • Fixed some bugs
  • Removed some unnecessary files