Hacker News new | ask | show | jobs
by sidcool 978 days ago
Is it safe to share OpenAI keys to such apps?
1 comments

The key is passed along in the refactor POST request body to OpenAI's chat endpoint (https://github.com/daniel-black/refactory/blob/5289bf54842d1...) and is not stored anywhere else so yes it should be safe.