<?php
/**
 * Default settings for the chatgpt plugin
 *
 * @author Gerry Weißbach <tools@inetsoftware.de>
 */

$conf['APIModel'] = "gpt-3.5-turbo-0613";
$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.";
