7 ms·
The plugin is supposed to ask for confirmation, according to OpenAI's documentation at least. > When a user asks a relevant question, the model may choose to i
by radq 3y ago
The plugin is supposed to ask for confirmation, according to OpenAI's documentation at least.
> When a user asks a relevant question, the model may choose to invoke an API call from your plugin if it seems relevant; for POST requests, we require that developers build a user confirmation flow to avoid destruction actions.
https://platform.openai.com/docs/plugins/introduction https://platform.openai.com/docs/plugins/introduction
- ilaksh 3y agoThat's why he had to authenticate with GitHub before it could do anything on his behalf.
- vikramkr 3y agoThat doesn't satisfy the requirement for a confirmation on each post request though
- wilg 3y agoIt does because the requirement is only for destructive actions
- fieldcny 3y agoWhat requirement is that the specific text is “for POST requests, we require that developers build a user confirmation flow to avoid destruction actions.” a) it says the require the plug-in developer so, not the ai b) it’s scoped to destructive actions which is a subset of post requests
- wunderwuzzi23 3y agoThis was added recently, and is not enforced as far as I can tell. See my blog post: https://embracethered.com/blog/posts/2023/chatgpt-plugin-vulns-chat-with-code/ https://embracethered.com/blog/posts/2023/chatgpt-plugin-vul...
- p-e-w 3y agoThat's terrifying. This simple requirement would be trivial to enforce automatically, and yet nobody gives a fuck. It's unbelievable how fast-and-loose people are playing the topic of AI safety. If a strong AI is ever actually developed, there is no chance it will be successfully contained.