Skip to content

Commit 3facfab

Browse files
committed
Update README.md
1 parent 106a252 commit 3facfab

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

README.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,53 @@
1-
# moodle-mod_aichat
1+
# moodle-mod_aichat - Chat Frontend for local_ai_manager as activity
2+
3+
The plugin "mod_aichat" provides a chatbot as a course activity.
4+
5+
It depends on block_ai_chat and basically wrapps an block_ai_chat instance in an activity.
6+
7+
# Settings
8+
9+
## Requirements
10+
11+
https://github.com/bycs-lp/moodle-block_ai_chat, https://github.com/bycs-lp/moodle-local_ai_manager and https://github.com/bycs-lp/moodle-tiny_ai need to be installed.
12+
13+
## Installing via uploaded ZIP file ##
14+
15+
1. Log in to your Moodle site as an admin and go to _Site administration >
16+
Plugins > Install plugins_.
17+
2. Upload the ZIP file with the plugin code. You should only be prompted to add
18+
extra details if your plugin type is not automatically detected.
19+
3. Check the plugin validation report and finish the installation.
20+
21+
## Installing manually ##
22+
23+
The plugin can be also installed by putting the contents of this directory to
24+
25+
{your/moodle/dirroot}/blocks/ai_chat
26+
27+
Afterwards, log in to your Moodle site as an admin and go to _Site administration >
28+
Notifications_ to complete the installation.
29+
30+
Alternatively, you can run
31+
32+
$ php admin/cli/upgrade.php
33+
34+
to complete the installation from the command line.
35+
36+
## License ##
37+
38+
2026, ISB Bayern
39+
40+
Lead developer: Philipp Memmel <philipp.memmel@mailbox.org>
41+
42+
This program is free software: you can redistribute it and/or modify
43+
it under the terms of the GNU General Public License as published by
44+
the Free Software Foundation, either version 3 of the License, or
45+
(at your option) any later version.
46+
47+
This program is distributed in the hope that it will be useful,
48+
but WITHOUT ANY WARRANTY; without even the implied warranty of
49+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50+
GNU General Public License for more details.
51+
52+
You should have received a copy of the GNU General Public License
53+
along with this program. If not, see <https://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)