web3.db-fileconnector
Version:
GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be
21 lines (20 loc) • 643 B
JSON
{
"id": "moderation-example",
"name": "OpenAI Moderation",
"logo": "/img/moderation-logo.png",
"description": "Example of a plugin to moderate content with OpenAI.",
"hooks": ["validate", "add_metadata"],
"visible": false,
"variables": [
{
"name": "OpenAI Secret Key",
"description": "The secret key that will be used by this plugin when communicating with OpenAI.",
"id": "secret_key"
},
{
"name": "OpenAI Organization Key",
"description": "The organization key that will be used by this plugin when communicating with OpenAI.",
"id": "secret_key"
}
]
}