18817535bSAndreas Gohr<?php 28817535bSAndreas Gohr/** 38817535bSAndreas Gohr * english language file for aichat plugin 48817535bSAndreas Gohr * 58817535bSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de> 68817535bSAndreas Gohr */ 78817535bSAndreas Gohr 88817535bSAndreas Gohr$lang['openaikey'] = 'Your OpenAI API key'; 98817535bSAndreas Gohr$lang['openaiorg'] = 'Your OpenAI organization ID (if any)'; 10*f6ef2e50SAndreas Gohr$lang['model'] = 'Which model to use. When changing models, be sure to run <code>php bin/plugin.php aichat embed -c</code> to rebuild the vector storage.'; 1182d5855eSAndreas Gohr$lang['logging'] = 'Log all questions and answers. Use the <a href="?do=admin&page=logviewer&facility=aichat">Log Viewer</a> to access.'; 12c4127b8eSAndreas Gohr$lang['restrict'] = 'Restrict access to these users and groups (comma separated). Leave empty to allow all users.'; 13