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'] = ''; 10f6ef2e50SAndreas Gohr$conf['model'] = 'OpenAI\\GPT35Turbo'; 11f6ef2e50SAndreas Gohr 12*13dbfc23SAndreas Gohr$conf['pinecone_apikey'] = ''; 13*13dbfc23SAndreas Gohr$conf['pinecone_baseurl'] = ''; 14*13dbfc23SAndreas Gohr 1582d5855eSAndreas Gohr$conf['logging'] = 0; 16c4127b8eSAndreas Gohr$conf['restrict'] = ''; 178817535bSAndreas Gohr 18