The longer my convo with ChatGPT, the more processing power is consumed
1–7 of 7 posts
Re: The longer my convo with ChatGPT, the more processing power is consumed
#2Re: The longer my convo with ChatGPT, the more processing power is consumed
#3Might be the javascript on the page
Re: The longer my convo with ChatGPT, the more processing power is consumed
#4Might be the javascript on the page
sure, but why would the JS not be scalable? Seems like a flaw on the frontend. The app is very simple and should not heat up an M3.
Re: The longer my convo with ChatGPT, the more processing power is consumed
#5Earlier quoted context omitted.
sure, but why would the JS not be scalable? Seems like a flaw on the frontend. The app is very simple and should not heat up an M3.
It's definitely a memory leak from the conversation API. It seems to keep track of browser state and to limit computation on their end based on the 'active' tab.
Re: The longer my convo with ChatGPT, the more processing power is consumed
#6Re: The longer my convo with ChatGPT, the more processing power is consumed
#7Earlier quoted context omitted.
sure, but why would the JS not be scalable? Seems like a flaw on the frontend. The app is very simple and should not heat up an M3.
It's definitely a memory leak from the conversation API. It seems to keep track of browser state and to limit computation on their end based on the 'active' tab.