Releases: Limekiller/moodle-block_openai_chat
Releases · Limekiller/moodle-block_openai_chat
2.2.1
- 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
- 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
- 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
- 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.