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*f6ef2e50SAndreas Gohr 11*f6ef2e50SAndreas Gohr$conf['model'] = 'OpenAI\\GPT35Turbo'; 12*f6ef2e50SAndreas Gohr 1382d5855eSAndreas Gohr$conf['logging'] = 0; 14c4127b8eSAndreas Gohr$conf['restrict'] = ''; 158817535bSAndreas Gohr 16