• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/workflows/18-Oct-2025-129

Model/18-Oct-2025-2,3011,827

RemoteResponse/18-Oct-2025-6746

Storage/18-Oct-2025-1,419934

_test/18-Oct-2025-8759

cli/18-Oct-2025-321243

conf/18-Oct-2025-12783

db/18-Oct-2025-3427

lang/18-Oct-2025-459372

script/18-Oct-2025-482381

syntax/18-Oct-2025-276185

vendor/18-Oct-2025-63,90060,994

.gitattributesD18-Oct-202539 32

AIChat.phpD18-Oct-2025440 178

AbstractCLI.phpD18-Oct-20251.5 KiB5542

Chunk.phpD18-Oct-20253.9 KiB205117

Embeddings.phpD18-Oct-202513.4 KiB419249

LICENSED18-Oct-202517.7 KiB340281

ModelFactory.phpD18-Oct-20255 KiB175103

ModelSetting.phpD18-Oct-20251.6 KiB5637

READMED18-Oct-2025939 2819

action.phpD18-Oct-20253.5 KiB10173

cli.phpD18-Oct-202515.5 KiB506438

composer.jsonD18-Oct-2025293 1514

composer.lockD18-Oct-20257.4 KiB217216

deleted.filesD18-Oct-202511 21

helper.phpD18-Oct-202511.7 KiB412232

plugin.info.txtD18-Oct-2025210 98

remote.phpD18-Oct-20253.5 KiB11152

renderer.phpD18-Oct-202513.5 KiB605412

script.jsD18-Oct-202590 30

style.lessD18-Oct-2025262 1714

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