1<?php
2/**
3 * Options for the chatgpt plugin
4 *
5 * @author Gerry Weißbach <tools@inetsoftware.de>
6 */
7
8
9$meta['APIKey'] = array('password');
10$meta['APIModel'] = array('string');
11$meta['APIRole'] = array('text');
12