-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.php
33 lines (27 loc) · 963 Bytes
/
plugin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/**
* This file is part of the AI Chat Repository Object plugin for ILIAS, which allows your platform's users
* To connect with an external LLM service
* This plugin is created and maintained by SURLABS.
*
* The AI Chat Repository Object plugin for ILIAS is open-source and licensed under GPL-3.0.
* For license details, visit https://www.gnu.org/licenses/gpl-3.0.en.html.
*
* To report bugs or participate in discussions, visit the Mantis system and filter by
* the category "AI Chat" at https://mantis.ilias.de.
*
* More information and source code are available at:
* https://github.com/surlabs/AIChat
*
* If you need support, please contact the maintainer of this software at:
*
*/
$id = 'xaic';
$version = '8.0.9';
$ilias_min_version = '8.0';
$ilias_max_version = '8.999';
$responsible = 'Jesus Copado';
$responsible_mail = '[email protected]';
$supports_export = true;
$supports_cli_setup = true;