|
|
|
|
|
by properbrew
172 days ago
|
|
I really like this and I can also see it being useful for one-off "state of play" of the environment, just thinking if the key resources from different teams all completed one of these how useful it would be for the rest of the company as well. I had a question around the AI you're using, are you sending this off to OpenAI or doing this all locally? |
|
Regarding the AI: at the moment SkillPass Pro is still using OpenAI, mainly because we’re in very early development and want to iterate quickly. Longer term, the plan is to move toward self-hosting and reduce external dependencies.
According to OpenAI’s API policies, data sent via the API is not used to train their models. The data is only retained for a short period and solely for service operation and abuse monitoring purposes, after which it is deleted. This was an important consideration for us when choosing this setup for the early stage.
Thanks again, Kevin