Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Model/ | 02-Apr-2025 | - | 2,301 | 1,827 | ||
RemoteResponse/ | 02-Apr-2025 | - | 67 | 46 | ||
Storage/ | 02-Apr-2025 | - | 1,419 | 934 | ||
cli/ | 02-Apr-2025 | - | 321 | 243 | ||
conf/ | 02-Apr-2025 | - | 127 | 83 | ||
db/ | 02-Apr-2025 | - | 34 | 27 | ||
lang/ | 02-Apr-2025 | - | 364 | 310 | ||
script/ | 02-Apr-2025 | - | 482 | 381 | ||
syntax/ | 02-Apr-2025 | - | 276 | 185 | ||
vendor/ | 02-Apr-2025 | - | 63,852 | 60,961 | ||
AIChat.php | D | 01-Apr-2025 | 440 | 17 | 8 | |
AbstractCLI.php | D | 01-Apr-2025 | 1.5 KiB | 55 | 42 | |
Chunk.php | D | 01-Apr-2025 | 3.9 KiB | 205 | 117 | |
Embeddings.php | D | 01-Apr-2025 | 13.4 KiB | 419 | 249 | |
LICENSE | D | 01-Apr-2025 | 17.7 KiB | 340 | 281 | |
ModelFactory.php | D | 01-Apr-2025 | 5 KiB | 175 | 103 | |
ModelSetting.php | D | 01-Apr-2025 | 1.6 KiB | 56 | 37 | |
README | D | 01-Apr-2025 | 939 | 28 | 19 | |
action.php | D | 01-Apr-2025 | 3.5 KiB | 101 | 73 | |
cli.php | D | 01-Apr-2025 | 15.5 KiB | 506 | 438 | |
composer.json | D | 01-Apr-2025 | 293 | 15 | 14 | |
composer.lock | D | 01-Apr-2025 | 7.4 KiB | 217 | 216 | |
deleted.files | D | 01-Apr-2025 | 11 | 2 | 1 | |
helper.php | D | 01-Apr-2025 | 11.7 KiB | 412 | 232 | |
plugin.info.txt | D | 01-Apr-2025 | 210 | 9 | 8 | |
remote.php | D | 01-Apr-2025 | 3.5 KiB | 111 | 52 | |
renderer.php | D | 01-Apr-2025 | 13.5 KiB | 605 | 412 | |
script.js | D | 01-Apr-2025 | 90 | 3 | 0 | |
style.less | D | 01-Apr-2025 | 262 | 17 | 14 |
README
1aichat plugin for DokuWiki 2 3Chat with a LLM about the contents of your wiki 4 5All documentation for this plugin can be found at 6https://www.dokuwiki.org/plugin:aichat 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/aichat/ - if the folder is called different it 10will not work! 11 12Please refer to http://www.dokuwiki.org/extensions for additional info 13on how to install extensions in DokuWiki. 14 15---- 16Copyright (C) Andreas Gohr <gohr@cosmocode.de> 17 18This program is free software; you can redistribute it and/or modify 19it under the terms of the GNU General Public License as published by 20the Free Software Foundation; version 2 of the License 21 22This program is distributed in the hope that it will be useful, 23but WITHOUT ANY WARRANTY; without even the implied warranty of 24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25GNU General Public License for more details. 26 27See the LICENSING file for details 28