if you are going to use chat completions api, you need to manage the context messages yourself. what this means is, you will need something in the backend to manage the messages per user. that is the minimum thing you need to do.
if you are going to use chat completions api, you need to manage the context messages yourself. what this means is, you will need something in the backend to manage the messages per user. that is the minimum thing you need to do.