xref: /plugin/aichat/lang/en/settings.php (revision 8817535b0c67f8b10e9b8c05dcdf58fc17827423)
1*8817535bSAndreas Gohr<?php
2*8817535bSAndreas Gohr/**
3*8817535bSAndreas Gohr * english language file for aichat plugin
4*8817535bSAndreas Gohr *
5*8817535bSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
6*8817535bSAndreas Gohr */
7*8817535bSAndreas Gohr
8*8817535bSAndreas Gohr$lang['openaikey'] = 'Your OpenAI API key';
9*8817535bSAndreas Gohr$lang['openaiorg'] = 'Your OpenAI organization ID (if any)';
10*8817535bSAndreas Gohr
11