Hello everyone
I’m sharing with you a very complete article from cgvizstudio.com.
Topics:
How to Run Chat with RTX Locally on All LAN Connected Systems
How to Fix the “Invalid Session” Error in Chat with RTX
How to Create a Public URL for Chat with RTX
Link: Chat with RTX Easy Guide: Running on LAN & Making It Pu
In addition:
How to set static port on http://127.0.0.1:“port”/?__theme=dark
Edit \AppData\Local\NVIDIA\ChatWithRTX\RAG\trt-llm-rag-windows-main\ui\user_interface.py
Choose your port and simply repeat it like in exemple bellow
port = random.randint(26900, 26900)
it will give you a static port http://127.0.0.1:26900/?__theme=dark
BR