Home
last modified time | relevance | path

Searched refs:AIChat (Results 1 – 6 of 6) sorted by relevance

/plugin/aichatlocal/
Dplugin-info.txt4 description: Adds support for local LLMs with OpenAI-compatible APIs to the AIChat plugin
29AIChat plugin to support local Large Language Models (LLMs) that provide an OpenAI-compatible API …
33 - Install the AIChat plugin if not already installed
36 - Select ‘local-chat’ as your model in AIChat settings
47 * AIChat plugin
55 * Seamless integration with AIChat plugin
DREADME.md2 a separate plugin that enhances AIChat
/plugin/aichat/conf/
Dmetadata.php70 \dokuwiki\plugin\aichat\AIChat::LANG_AUTO_ALL,
71 \dokuwiki\plugin\aichat\AIChat::LANG_UI_ALL,
72 \dokuwiki\plugin\aichat\AIChat::LANG_UI_LIMITED,
/plugin/aichat/
DAIChat.php8 class AIChat class
Dhelper.php5 use dokuwiki\plugin\aichat\AIChat; alias
380 if ($this->getConf('preferUIlanguage') > AIChat::LANG_AUTO_ALL) {
399 if ($this->getConf('preferUIlanguage') >= AIChat::LANG_UI_LIMITED) {
/plugin/aichat/Storage/
DSQLiteStorage.php7 use dokuwiki\plugin\aichat\AIChat; alias
40 … $this->useLanguageClusters = $helper->getConf('preferUIlanguage') >= AIChat::LANG_UI_LIMITED;