Gio

Results 5 comments of Gio

Agree. This is an issue. Same Chat should not create a new Thread in OpenAI. By using the same thread we do not need to resend all conversation again. This...

This is working fine. I have tested it. The only thing that it is still a bug is that every message sent via chat, ends up creating a new Thread....

Same issue here. I am having at least 200 entries. Seems to be related to the message input? { "reqId": "6m19wjkjyTshIy1Ot6z8", "level": 3, "time": "2025-03-19T18:28:28+00:00", "remoteAddr": "", "user": false, "app":...

This removed the error: (line 43) Original: **$converted = iconv($charset,'UTF-8', $data);** Updated: **$converted = iconv($charset,'UTF-8//TRANSLIT', $data);** // The part specifies a charset if ($charset !== null) { if (in_array($charset, mb_list_encodings(),...

Same issue. I use postgres with PGVector. It does not load.