vossr

Results 4 comments of 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) ![image](https://github.com/rpehkone/Chat-With-RTX-python-api/assets/57046453/976df4ee-468a-45c1-b4e3-4adb1f5d73d8)

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.