We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf25b8 commit 1e5024dCopy full SHA for 1e5024d
settings.php
@@ -55,7 +55,7 @@
55
'local_ai_course_assistant/provider',
56
get_string('settings:provider', 'local_ai_course_assistant'),
57
get_string('settings:provider_desc', 'local_ai_course_assistant'),
58
- 'claude',
+ 'openai',
59
$providers
60
));
61
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_ai_course_assistant';
28
-$plugin->version = 2026030930;
+$plugin->version = 2026030931;
29
$plugin->requires = 2024100700; // Moodle 4.5+.
30
$plugin->maturity = MATURITY_STABLE;
31
-$plugin->release = '1.9.0';
+$plugin->release = '1.9.1';
0 commit comments