AkiKurisu / UniChat

一个用于在Unity中开发在线和离线聊天机器人的管线。A pipeline designed to create online and offline chat-bot in Unity.
MIT License
40 stars 7 forks source link

Bot duplicate answers #1

Closed AkiKurisu closed 3 months ago

AkiKurisu commented 3 months ago

Issue Description

When retrieval is enabled, bot will appear with duplicate answers.

Expected Behavior

Bot should not repeat its response in the same session.

Proposed Solution

Modify filter,or add a preprocessor before it. So we should only allocate tensors among answers that have not been answered.

AkiKurisu commented 3 months ago

Temporarily fix to avoid repeating the answer just answered. 3bcda73

AkiKurisu commented 3 months ago

Exclude answers in history. 566bae5 Need update Next Gen Dialogue dependency.