xref: /plugin/aichat/conf/metadata.php (revision 82d5855e4460ddff5e9c8ea9375abac3a404d858)
18817535bSAndreas Gohr<?php
28817535bSAndreas Gohr/**
38817535bSAndreas Gohr * Options for the aichat plugin
48817535bSAndreas Gohr *
58817535bSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
68817535bSAndreas Gohr */
78817535bSAndreas Gohr
88817535bSAndreas Gohr
98817535bSAndreas Gohr$meta['openaikey'] = array('string');
108817535bSAndreas Gohr$meta['openaiorg'] = array('string');
11*82d5855eSAndreas Gohr$meta['logging'] = array('onoff');
12