Home
last modified time | relevance | path

Searched refs:chat (Results 1 – 25 of 55) sorted by relevance

123

/plugin/chat/
Dlocal.php.dist1 $conf['chat']['namespace'] = 'chat'; // namespace to put discussion pages in
2 $conf['chat']['automatic'] = false; // true if comments are enabled for every page
3 $conf['chat']['recentfirst'] = true; // display most recent comments first
4 $conf['chat']['allowguests'] = true; // should unregistred users be allowed to comment
5 $conf['chat']['usegravatar'] = false; // should gravatar pictures be displayd
6 $conf['chat']['linkemail'] = false; // link usernames with e-mail addresses
7 $conf['chat']['namerequired'] = false; // must provide a username
8 $conf['chat']['emailrequired'] = false; // must provide a e-mail address
9 $conf['chat']['show-progress'] = true; // display info bar
10 $conf['chat']['max-message-size'] = 2048; // maximum size of message
[all …]
Dstyle.css1 div.chat {
6 div.chat-form {
10 div.chat-list {
13 div.chat-line {
17 div.chat-line blockquote {
23 div.chat-line-even {
27 div.chat-line-odd {
31 div.chat-line-last {
35 input.chat {
43 html * input.chat {
[all …]
Dreadme.txt11 This chat plugin is AJAX driven so it means that you do not have to reload page to see new
20 It started as a improvement of Discussion plugin and ended in fully AJAX driven chat. I wanted
29 …under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|d…
30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\
40 Unzip ''chat/'' directory into your DokuWiki plugins folder.
44 For the chat plugin to work correctly, you need to update **SACK** with latest 1.6 version.
51 Chat messages are stored into separate ''chat'' namespace under the page where it is included.
52 … current page stores chat into '':dokuwiki:plugin:chat:chat'' page. ++ Physical file would be ''da…
54 You will have to setup user-rights (ACL) for ''chat'' namespace.
61 To include chat on your page, use:
[all …]
/plugin/aichat/Model/Mistral/
DChatModel.php15 $chat = [];
20 $chat[] = $message;
25 array_unshift($chat, ['role' => 'system', 'content' => $system]);
30 'messages' => $chat,
/plugin/aichat/Model/Reka/
DChatModel.php22 $chat = [];
25 $chat[] = [
30 $chat[] = [
39 'conversation_history' => $chat,
/plugin/aichat/Model/Anthropic/
DChatModel.php26 $chat = [];
31 $chat[] = $message;
36 'messages' => $chat,
/plugin/freechat/phpfreechat/
Dindex.php11 $chat = new phpFreeChat( $params ); variable
27 <?php $chat->printChat(); ?>
/plugin/aichat/
Dstyle.less1 aichat-chat {
6 --color-chat-icon: @ini_link;
DAGENTS.md7 This is a DokuWiki plugin that enables AI-powered chat functionality using LLMs (Large Language Mod…
41 - Prepares messages with chat history and token limits
58 - Creates and caches model instances (chat, rephrase, embedding)
103 - Converts follow-up questions into standalone questions using chat history
123 - Processes questions with chat history
131 - **renderer.php**: Custom renderer for AI chat output
Dcli.php105 case 'chat':
139 'chat model' => (string) $this->helper->getChatModel(),
261 foreach ($result['chat'] as $name => $info) {
/plugin/skype/
Dsyntax.php110 if ($var1 == 'chat' or $var1 == 'call' or $var1 == 'dropdown')
115 elseif ($var2 == 'chat' or $var2 == 'call' or $var2 == 'dropdown')
DREADME.md60 <td>chat</td>
61 <td>click function (chat, call, dropbdown)</td>
79 {{skype>username,chat}}
/plugin/aichatlocal/
Dplugin-info.txt24 tags : ai, llm, chat, local, openai-compatible
36 - Select ‘local-chat’ as your model in AIChat settings
50 * Must support /v1/chat/completions endpoint
/plugin/aichat/cli/
Ddev.php89 if (!in_array($data['mode'], ['chat', 'embedding'])) continue;
107 if ($data['mode'] === 'chat') {
/plugin/freechat/
Dbackend.php9 $chat = new phpFreeChat( $plist ); variable
DCHANGELOG3 via {{chat>}} notation
Dplugin.info.txt6 desc Allows to include add chat window functionality to your wiki pages.
/plugin/simplechat/
Dplugin.info.txt6 desc Provides simple chat window using ajax
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dchat-fill.svg1 <svg class="bi bi-chat-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
H A Dchat-square-fill.svg1 <svg class="bi bi-chat-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
H A Dchat-dots-fill.svg1 <svg class="bi bi-chat-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
H A Dchat.svg1 <svg class="bi bi-chat" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="htt…
H A Dchat-square-dots-fill.svg1 <svg class="bi bi-chat-square-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="current…
H A Dchat-square.svg1 <svg class="bi bi-chat-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Dchat-quote-fill.svg1 <svg class="bi bi-chat-quote-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor"…

123