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'] = ''; 10*82d5855eSAndreas Gohr$conf['logging'] = 0; 118817535bSAndreas Gohr 12