Chat-With-RTX-python-api
Chat-With-RTX-python-api copied to clipboard
Chat With RTX Python API
I am trying to reach ChatRTX via python on top of Docker, i can get status 200 from bot POST and GET requests, but GET returns empty:  So i...
Can chat with rtx be made into an OpenAI-compatible api service?
In the base chatrtx application when asking a question it adds the referenced files at the end. After running the api any further queries does not show the reference files....
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...