xref: /plugin/aichat/conf/default.php (revision 219268b17877eda4e3d3530e1439b96750069e15)
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
1213dbfc23SAndreas Gohr$conf['pinecone_apikey'] = '';
1313dbfc23SAndreas Gohr$conf['pinecone_baseurl'] = '';
1413dbfc23SAndreas Gohr
1582d5855eSAndreas Gohr$conf['logging'] = 0;
16c4127b8eSAndreas Gohr$conf['restrict'] = '';
17*219268b1SAndreas Gohr$conf['preferUIlanguage'] = 0;
18