Chat-With-RTX-python-api icon indicating copy to clipboard operation
Chat-With-RTX-python-api copied to clipboard

Feature request: context and multi-user mode

Open Bilalline opened this issue 1 year ago • 1 comments

How can you modify the code to understand the context of chatrtx and the ability to work in multi-user mode? I made a telegram bot based on this api rtx_api_4_24.py and it works for every user without any context, each new request does not have access to the previous one and works in question-answer mode. It would be cool if almost everyone could make such a bot for themselves.

Bilalline avatar Sep 24 '24 18:09 Bilalline

ChatRTX Can't remember things its told in chat in the first place, if you want the AI to have the context of previous chats you'll have to write the convo to a TXT file and use it as the dataset so the AI can refer back to it.

AirplanegoBrr avatar Dec 09 '24 19:12 AirplanegoBrr