Skip to content

Releases: Limekiller/moodle-block_openai_chat

2.2.1

04 Jun 22:49
006c61e
Compare
Choose a tag to compare
  • Make OpenAI Chat logs accessible at the course level
  • Fix an issue where, if no global API key was entered in the block settings, the block would remain inaccessible even if instance settings were enabled and an instance-level API key was added
  • Fix an issue where icons were not displayed on sites that were not installed at the web root
  • Correct an API version mismatch that prevented Assistants using GPT-4o from working correctly

2.2.0

20 May 16:15
4bd4e8d
Compare
Choose a tag to compare
  • Update model list
  • Use the V2 API for Assistants
  • Use moustache templates for rendering
  • Allow chat to pop out into modal window
  • Allow admins to enable chat logging
  • Implement privacy provider

2.1.2

14 Feb 20:27
Compare
Choose a tag to compare
  • Only load settings when necessary
  • Add Azure support
  • Use hardcoded svgs
  • Prevent sidebar from closing when osk pops up (hack for MDL-77957)
  • Allow block in all contexts
  • Print API errors in chat

2.0.1

23 Jan 16:48
4f8447f
Compare
Choose a tag to compare
  • Fix an issue where, if an error is encountered on the OpenAI side during the API request, the chat window would display a blank message. Instead, the error will be printed in the chat window.