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

..--

Model/02-Apr-2025-2,3011,827

RemoteResponse/02-Apr-2025-6746

Storage/02-Apr-2025-1,419934

cli/02-Apr-2025-321243

conf/02-Apr-2025-12783

db/02-Apr-2025-3427

lang/02-Apr-2025-364310

script/02-Apr-2025-482381

syntax/02-Apr-2025-276185

vendor/02-Apr-2025-63,85260,961

AIChat.phpD01-Apr-2025440 178

AbstractCLI.phpD01-Apr-20251.5 KiB5542

Chunk.phpD01-Apr-20253.9 KiB205117

Embeddings.phpD01-Apr-202513.4 KiB419249

LICENSED01-Apr-202517.7 KiB340281

ModelFactory.phpD01-Apr-20255 KiB175103

ModelSetting.phpD01-Apr-20251.6 KiB5637

READMED01-Apr-2025939 2819

action.phpD01-Apr-20253.5 KiB10173

cli.phpD01-Apr-202515.5 KiB506438

composer.jsonD01-Apr-2025293 1514

composer.lockD01-Apr-20257.4 KiB217216

deleted.filesD01-Apr-202511 21

helper.phpD01-Apr-202511.7 KiB412232

plugin.info.txtD01-Apr-2025210 98

remote.phpD01-Apr-20253.5 KiB11152

renderer.phpD01-Apr-202513.5 KiB605412

script.jsD01-Apr-202590 30

style.lessD01-Apr-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