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

$conf['openaikey']    = '';
$conf['openaiorg']    = '';

$conf['model'] = 'OpenAI\\GPT35Turbo';

$conf['logging'] = 0;
$conf['restrict'] = '';

