Searched refs:AIChat (Results 1 – 6 of 6) sorted by relevance
4 description: Adds support for local LLMs with OpenAI-compatible APIs to the AIChat plugin29 …AIChat plugin to support local Large Language Models (LLMs) that provide an OpenAI-compatible API …33 - Install the AIChat plugin if not already installed36 - Select ‘local-chat’ as your model in AIChat settings47 * AIChat plugin55 * Seamless integration with AIChat plugin
2 a separate plugin that enhances AIChat
70 \dokuwiki\plugin\aichat\AIChat::LANG_AUTO_ALL,71 \dokuwiki\plugin\aichat\AIChat::LANG_UI_ALL,72 \dokuwiki\plugin\aichat\AIChat::LANG_UI_LIMITED,
8 class AIChat class
5 use dokuwiki\plugin\aichat\AIChat; alias380 if ($this->getConf('preferUIlanguage') > AIChat::LANG_AUTO_ALL) {399 if ($this->getConf('preferUIlanguage') >= AIChat::LANG_UI_LIMITED) {
7 use dokuwiki\plugin\aichat\AIChat; alias40 … $this->useLanguageClusters = $helper->getConf('preferUIlanguage') >= AIChat::LANG_UI_LIMITED;