1<?php 2/** 3 * Default settings for the chatgpt plugin 4 * 5 * @author Gerry Weißbach <tools@inetsoftware.de> 6 */ 7 8$conf['APIModel'] = "gpt-3.5-turbo-0613"; 9$conf['APIRole'] = "Generate a list of five (5) semantically related keywords in the same language as the provided text. These keywords should reflect potential search queries a user might enter into our help system to find content related to the provided text. RETURN 5 TO 10 KEYWORDS, NO MORE."; 10