Skip to content

Commit 1e5024d

Browse files
caswelltomclaude
andcommitted
v1.9.1: Default provider changed to OpenAI (gpt-4o-mini)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4cf25b8 commit 1e5024d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'local_ai_course_assistant/provider',
5656
get_string('settings:provider', 'local_ai_course_assistant'),
5757
get_string('settings:provider_desc', 'local_ai_course_assistant'),
58-
'claude',
58+
'openai',
5959
$providers
6060
));
6161

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'local_ai_course_assistant';
28-
$plugin->version = 2026030930;
28+
$plugin->version = 2026030931;
2929
$plugin->requires = 2024100700; // Moodle 4.5+.
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '1.9.0';
31+
$plugin->release = '1.9.1';

0 commit comments

Comments
 (0)