vossr
vossr
``` const get_conversation = async (conversation_id) => { let conversation = await JSON.parse( localStorage.getItem(`conversation:${conversation_id}`) ); conversation.items = conversation.items.map(message => { const { token, ...messageWithoutToken } = message; return messageWithoutToken; });...
maybe https to url http://host.docker.internal ?
maybe you have some different version, in browser second to last post request has the fn_index join_queue(session_hash, 100, port, chatdata) 
Automatically find the stream completion function https://github.com/rpehkone/Chat-With-RTX-python-api/blob/master/rtx_api_4_24.py#L90 Should work, wasn't able to reproduce the issue.