Live data from Hacker News

Why do LLM keys all start with sk?

news.ycombinator.com

1–6 of 6 posts

Re: Why do LLM keys all start with sk?

#2
I assume it's loose convention intended to identify the string as "Secret Key", as a hint to the humans who might be moving the data around, and maybe to make it easier to write precautionary code like "hey it looks like your commit has a secret key in it, are you sure you want to push it?"

Re: Why do LLM keys all start with sk?

#5
post #2

I assume it's loose convention intended to identify the string as "Secret Key", as a hint to the humans who might be moving the data around, and maybe to make it easier to write precautionary code like "hey it looks like your commit has a secret key in it, are you sure you want to push it?"

this is actually a great idea + reason