xref: /plugin/aichat/conf/default.php (revision 7ebc78955c65af90e7ee0afbd07adc15271113ba)
18817535bSAndreas Gohr<?php
2*7ebc7895Ssplitbrain
38817535bSAndreas Gohr/**
48817535bSAndreas Gohr * Default settings for the aichat plugin
58817535bSAndreas Gohr *
68817535bSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
78817535bSAndreas Gohr */
88817535bSAndreas Gohr
98817535bSAndreas Gohr$conf['openaikey']    = '';
108817535bSAndreas Gohr$conf['openaiorg']    = '';
11f6ef2e50SAndreas Gohr$conf['model'] = 'OpenAI\\GPT35Turbo';
12f6ef2e50SAndreas Gohr
1313dbfc23SAndreas Gohr$conf['pinecone_apikey'] = '';
1413dbfc23SAndreas Gohr$conf['pinecone_baseurl'] = '';
1513dbfc23SAndreas Gohr
1682d5855eSAndreas Gohr$conf['logging'] = 0;
17c4127b8eSAndreas Gohr$conf['restrict'] = '';
18219268b1SAndreas Gohr$conf['preferUIlanguage'] = 0;
19