<?php
/**
 * Options for the aichat plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */


$meta['openaikey'] = array('string');
$meta['openaiorg'] = array('string');
$meta['logging'] = array('onoff');
$meta['restrict'] = array('string');
