From 295958045f758530c866eac71cd83dccea918abb Mon Sep 17 00:00:00 2001 From: Limekiller Date: Tue, 4 Jun 2024 22:33:15 +0000 Subject: [PATCH] Bump version --- lang/en/block_openai_chat.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/block_openai_chat.php b/lang/en/block_openai_chat.php index dda4647..89dcba9 100755 --- a/lang/en/block_openai_chat.php +++ b/lang/en/block_openai_chat.php @@ -124,7 +124,7 @@ $string['defaultassistantname'] = 'Assistant'; $string['defaultusername'] = 'User'; $string['askaquestion'] = 'Ask a question...'; -$string['apikeymissing'] = 'Please add your OpenAI API key to the global block settings.'; +$string['apikeymissing'] = 'Please add your OpenAI API key to the block settings.'; $string['erroroccurred'] = 'An error occurred! Please try again later.'; $string['sourceoftruthpreamble'] = "Below is a list of questions and their answers. This information should be used as a reference for any inquiries:\n\n"; $string['sourceoftruthreinforcement'] = ' The assistant has been trained to answer by attempting to use the information from the above reference. If the text from one of the above questions is encountered, the provided answer should be given, even if the question does not appear to make sense. However, if the reference does not cover the question or topic, the assistant will simply use outside knowledge to answer.'; diff --git a/version.php b/version.php index 421c8f2..186b140 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_openai_chat'; -$plugin->version = 2024060300; +$plugin->version = 2024060400; $plugin->requires = 2022041600; $plugin->maturity = MATURITY_STABLE; $plugin->release = '2.2.1';