So, I am working on a AI assistant system, and I was planning on using ChatRTX to get AI responses from. After researching for APIs in the ChatRTX system, all of them mention or attempt to access a web server on 127.0.0.1:{port} After more researching, I found that the webserver is no longer present on ChatRTX 0.4 (what I have & what is on the NVIDIA website) and is only available on 0.3 and below. I attempted to install ChatRTX 0.3 from the github,(GitHub - NVIDIA/ChatRTX at release/0.3) but I ran into countless issues with packages etc.
I am here to look/ask for 2 things:
- The possibility of a different API specifically made for 0.4
- An official method of install ChatRTX 0.3, preferably with an exe file installation similar to the “tutorial” videos on YouTube.