xref: /plugin/aichat/conf/metadata.php (revision c4127b8eaa34d17c32e43825ba2e2e2cf86dfea0)
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');
1182d5855eSAndreas Gohr$meta['logging'] = array('onoff');
12*c4127b8eSAndreas Gohr$meta['restrict'] = array('string');
13