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

Closed
opened 2023-05-31 08:41:51 +00:00 by hibobmaster · 6 comments
hibobmaster commented 2023-05-31 08:41:51 +00:00 (Migrated from github.com)
No description provided.
hibobmaster commented 2023-05-31 09:14:42 +00:00 (Migrated from github.com)

!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.

`!chat` and `!bing` command can use [node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api) to refactor since it support parentMessageId `!lc` command use [Flowise](https://github.com/FlowiseAI/Flowise) api. To achieve context conversation and session isolation need further investigation.
jaodei commented 2023-05-31 23:33:26 +00:00 (Migrated from github.com)

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

Cool. So this feature will be available in v1.2.0? When will it be released? Cheers.
hibobmaster commented 2023-06-04 11:56:52 +00:00 (Migrated from github.com)

!bard session isolation with context conversation.
image

bard response is much quicker than bing and chatgpt web.

`!bard` session isolation with context conversation. ![image](https://github.com/hibobmaster/matrix_chatgpt_bot/assets/32976627/3696b647-73e2-4381-a73c-da638eb1e50f) bard response is much quicker than bing and chatgpt web.
hibobmaster commented 2023-06-04 13:18:10 +00:00 (Migrated from github.com)

!bing session isolation with context conversation.
Snipaste_2023-06-04_21-17-04
Snipaste_2023-06-04_21-19-34

`!bing` session isolation with context conversation. <img width="1473" alt="Snipaste_2023-06-04_21-17-04" src="https://github.com/hibobmaster/matrix_chatgpt_bot/assets/32976627/52794547-1b98-4a7a-9daa-6907830a74bb"> <img width="1555" alt="Snipaste_2023-06-04_21-19-34" src="https://github.com/hibobmaster/matrix_chatgpt_bot/assets/32976627/4e529c63-56ed-4ac4-98af-0cc6148293b2">
hibobmaster commented 2023-06-04 14:36:39 +00:00 (Migrated from github.com)

!chat session isolation with context conversation.
Snipaste_2023-06-04_22-36-11

`!chat` session isolation with context conversation. <img width="1462" alt="Snipaste_2023-06-04_22-36-11" src="https://github.com/hibobmaster/matrix_chatgpt_bot/assets/32976627/15ac16ba-5d96-4a69-9de5-ef0a14c4df35">
hibobmaster commented 2023-06-05 02:32:55 +00:00 (Migrated from github.com)

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

The current langchain backend(Flowise API) does not support context conversation. I will temporarily set it aside.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bobmaster/matrix_chatgpt_bot#17
No description provided.