HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aerox_zero

no profile record

comments

aerox_zero
·2 năm trước·discuss
as i mentioned the source code does not contain Remix actions (ofc <form> will not work without js in this case), so the reason why it makes two request on chat delete could be intentional or this is how they designed their api. Also the mentioned issues with actions by author are valid the only nitpick i have are the statements against chatgpt website and the fact that you can avoid actions if you dislike them. Most probably /backend-api/ that chatgpt's fe is calling is the go or java backend and has nothing with Remix.
aerox_zero
·2 năm trước·discuss
You can check the ChatGPT frontend source code that they do not use Remix's actions (submission and revalidate mechanism). And the fe does only one request to receive the data for chat. The mechanism has benefits like working without javascript and issues but you can avoid it if you dislike it. Did the author has checked it's own theories about why ChatGpt may be slow before making such arguments?