Chat-With-RTX-python-api
Chat-With-RTX-python-api copied to clipboard
Feature request: context and multi-user mode
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.
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.