18817535bSAndreas Gohr<?php 28817535bSAndreas Gohr/** 38817535bSAndreas Gohr * Default settings for the aichat plugin 48817535bSAndreas Gohr * 58817535bSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de> 68817535bSAndreas Gohr */ 78817535bSAndreas Gohr 88817535bSAndreas Gohr$conf['openaikey'] = ''; 98817535bSAndreas Gohr$conf['openaiorg'] = ''; 1082d5855eSAndreas Gohr$conf['logging'] = 0; 11*c4127b8eSAndreas Gohr$conf['restrict'] = ''; 128817535bSAndreas Gohr 13