Searched refs:chat (Results 1 – 25 of 55) sorted by relevance
123
| /plugin/chat/ |
| D | local.php.dist | 1 $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 …]
|
| D | style.css | 1 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 …]
|
| D | readme.txt | 11 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/ |
| D | ChatModel.php | 15 $chat = []; 20 $chat[] = $message; 25 array_unshift($chat, ['role' => 'system', 'content' => $system]); 30 'messages' => $chat,
|
| /plugin/aichat/Model/Reka/ |
| D | ChatModel.php | 22 $chat = []; 25 $chat[] = [ 30 $chat[] = [ 39 'conversation_history' => $chat,
|
| /plugin/aichat/Model/Anthropic/ |
| D | ChatModel.php | 26 $chat = []; 31 $chat[] = $message; 36 'messages' => $chat,
|
| /plugin/freechat/phpfreechat/ |
| D | index.php | 11 $chat = new phpFreeChat( $params ); variable 27 <?php $chat->printChat(); ?>
|
| /plugin/aichat/ |
| D | style.less | 1 aichat-chat { 6 --color-chat-icon: @ini_link;
|
| D | AGENTS.md | 7 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
|
| D | cli.php | 105 case 'chat': 139 'chat model' => (string) $this->helper->getChatModel(), 261 foreach ($result['chat'] as $name => $info) {
|
| /plugin/skype/ |
| D | syntax.php | 110 if ($var1 == 'chat' or $var1 == 'call' or $var1 == 'dropdown') 115 elseif ($var2 == 'chat' or $var2 == 'call' or $var2 == 'dropdown')
|
| D | README.md | 60 <td>chat</td> 61 <td>click function (chat, call, dropbdown)</td> 79 {{skype>username,chat}}
|
| /plugin/aichatlocal/ |
| D | plugin-info.txt | 24 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/ |
| D | dev.php | 89 if (!in_array($data['mode'], ['chat', 'embedding'])) continue; 107 if ($data['mode'] === 'chat') {
|
| /plugin/freechat/ |
| D | backend.php | 9 $chat = new phpFreeChat( $plist ); variable
|
| D | CHANGELOG | 3 via {{chat>}} notation
|
| D | plugin.info.txt | 6 desc Allows to include add chat window functionality to your wiki pages.
|
| /plugin/simplechat/ |
| D | plugin.info.txt | 6 desc Provides simple chat window using ajax
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | chat-fill.svg | 1 <svg class="bi bi-chat-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
|
| H A D | chat-square-fill.svg | 1 <svg class="bi bi-chat-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
|
| H A D | chat-dots-fill.svg | 1 <svg class="bi bi-chat-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
|
| H A D | chat.svg | 1 <svg class="bi bi-chat" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="htt…
|
| H A D | chat-square-dots-fill.svg | 1 <svg class="bi bi-chat-square-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="current…
|
| H A D | chat-square.svg | 1 <svg class="bi bi-chat-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
|
| H A D | chat-quote-fill.svg | 1 <svg class="bi bi-chat-quote-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor"…
|
123