Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/ai_helper
christianbeeznest e51ad8de21
Plugin: AI Helper: Rename class URL to avoid conflict
3 years ago
..
lang Minor: Plugin: AI Helper: Improve documentation and translations 3 years ago
src/openai Plugin: AI Helper: Rename class URL to avoid conflict 3 years ago
tool
AiHelperPlugin.php Merge branch 1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 3 years ago
README.md Minor: Plugin: AI Helper: Improve documentation and translations 3 years ago
install.php
plugin.php
uninstall.php

README.md

AI Helper plugin

Version 1.0

This plugin is meant to be later integrated into Chamilo (in a major version release).

The AI helper plugin integrates into parts of the platform that seem the most useful to teachers/trainers or learners. Because available Artificial Intelligence (to use the broad term) now allows us to ask for meaningful texts to be generated, we can use those systems to pre-generate content, then let the teacher/trainer review the content before publication.

Currently, this plugin is only integrated into:

  • exercises: in the Aiken import form, scrolling down

OpenAI/ChatGPT

The plugin, created in early 2023, currently only supports OpenAI's ChatGPT API. Create an account at https://beta.openai.com/signup, then generate a secret key at https://beta.openai.com/account/api-keys and fill it inside the key field in the plugin configuration page.