Privacy moment.
#138
by
Maria99934
- opened
I periodically return to this model out of interest.
I am extremely curious as to how a local model can know the current date?
I have never seen this before, maybe I am missing something?
This is the umpteenth time it has shown the correct current date
I changed the date to the 26th and it turned out to be the same in the chat. I pulled out the Ethernet cable and the date disappeared. Does this mean that the chat could potentially leak onto the network? I just want to understand how it works. Or is this a feature of LM Studio?
The "current date" doesn't come from gpt-oss itself, it's defined in the chat_template (line 202). That's just a regular helper function.
Thank you for the detailed explanation!