dealdot

Results 3 comments of dealdot

Yes, your project. As I said as above just ignore the text property , which I added for test reason , code here ![WeChat3280bf7878873a4d37d4a49233e603d4](https://github.com/PawanOsman/ChatGPT/assets/19355027/892dc291-648d-4170-b7f5-fab20e3864c6) But this scenario occurs randomly, not...

Postman looks good, I use next.js for api query ``` const response = await fetch(`${process.env.BACKGROUND_API_BASE_URL}/api/chat-free`, { headers: { "Content-Type": "application/json", "Authorization": `Bearer ${(payload as any).token}` }, method: "POST", body: JSON.stringify(payload)...

Alright, I'll give it a shot. I'm curious, does the API Free Reverse Proxy support tracking? For instance, can it track using the conversation using request parameter like "parentMessageId"?