hibobmaster / matrix_chatgpt_bot

A simple matrix bot that supports image generation and chatting using ChatGPT, Langchain
https://matrix.to/#/#public:matrix.qqs.tw
MIT License
75 stars 13 forks source link

Support session isolation for chat,bing,bard commands #17

Closed hibobmaster closed 1 year ago

hibobmaster commented 1 year ago

!chat and !bing command can use node-chatgpt-api to refactor since it support parentMessageId

!lc command use Flowise api. To achieve context conversation and session isolation need further investigation.

jaodei commented 1 year ago

Cool. So this feature will be available in v1.2.0? When will it be released? Cheers.

hibobmaster commented 1 year ago

!bard session isolation with context conversation. image

bard response is much quicker than bing and chatgpt web.

hibobmaster commented 1 year ago

!bing session isolation with context conversation.

Snipaste_2023-06-04_21-17-04 Snipaste_2023-06-04_21-19-34
hibobmaster commented 1 year ago

!chat session isolation with context conversation.

Snipaste_2023-06-04_22-36-11
hibobmaster commented 1 year ago

The current langchain backend(Flowise API) does not support context conversation. I will temporarily set it aside.