Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 3,906 for chat (0.02 seconds)

  1. src/main/webapp/WEB-INF/view/header.jsp

    									<span><la:message key="labels.search" /></span>
    								</la:link></li>
    						</c:when>
    						<c:when test="${chatEnabled}">
    							<li class="nav-item"><la:link href="/chat" styleClass="nav-link" role="button" aria-haspopup="true"
    									aria-expanded="false">
    									<i class="fa fa-fw fa-robot" aria-hidden="true"></i>
    									<span><la:message key="labels.chat_ai_mode" /></span>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/orig/view/header.jsp

    									<span><la:message key="labels.search" /></span>
    								</la:link></li>
    						</c:when>
    						<c:when test="${chatEnabled}">
    							<li class="nav-item"><la:link href="/chat" styleClass="nav-link" role="button" aria-haspopup="true"
    									aria-expanded="false">
    									<i class="fa fa-fw fa-robot" aria-hidden="true"></i>
    									<span><la:message key="labels.chat_ai_mode" /></span>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/llm/LlmChatRequest.java

        }
    
        /**
         * Gets the thinking budget for models that support thinking tokens.
         * {@code null} means use the model default, {@code 0} disables thinking.
         *
         * @return the thinking budget
         */
        public Integer getThinkingBudget() {
            return thinkingBudget;
        }
    
        /**
         * Sets the thinking budget for models that support thinking tokens.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 05 03:38:31 GMT 2026
    - 6.4K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/help-fastapi.md

    ## 加入聊天室 { #join-the-chat }
    
    加入 👥 [Discord 聊天伺服器](https://discord.gg/VQjSZaeJmf) 👥,與 FastAPI 社群的其他人一起交流。
    
    /// tip
    
    若要提問,請到 [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/new?category=questions),在那裡更有機會獲得[FastAPI 專家](fastapi-people.md#fastapi-experts)的協助。
    
    聊天室請僅用於其他一般性的交流。
    
    ///
    
    ### 不要在聊天室提問 { #dont-use-the-chat-for-questions }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /advance.jsp */
        HtmlNext path_AdvanceJsp = new HtmlNext("/advance.jsp");
    
        /** The path of the HTML: /chat/chat.jsp */
        HtmlNext path_Chat_ChatJsp = new HtmlNext("/chat/chat.jsp");
    
        /** The path of the HTML: /error/badRequest.jsp */
        HtmlNext path_Error_BadRequestJsp = new HtmlNext("/error/badRequest.jsp");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Feb 10 04:24:02 GMT 2026
    - 26.5K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/advanced/websockets.md

    試用方式:
    
    * 用多個瀏覽器分頁開啟該應用。
    * 從每個分頁傳送訊息。
    * 然後關閉其中一個分頁。
    
    這會引發 `WebSocketDisconnect` 例外,其他所有用戶端都會收到類似以下的訊息:
    
    ```
    Client #1596980209979 left the chat
    ```
    
    /// tip
    
    上面的應用是一個極簡範例,用來示範如何處理並向多個 WebSocket 連線廣播訊息。
    
    但請注意,因為所有狀態都在記憶體中的單一 list 裡管理,它只會在該程序執行期間生效,且僅適用於單一程序。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 5.2K bytes
    - Click Count (0)
  7. docs/en/docs/advanced/websockets.md

    * Then close one of the tabs.
    
    That will raise the `WebSocketDisconnect` exception, and all the other clients will receive a message like:
    
    ```
    Client #1596980209979 left the chat
    ```
    
    /// tip
    
    The app above is a minimal and simple example to demonstrate how to handle and broadcast messages to several WebSocket connections.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  8. src/main/resources/fess_label.properties

    labels.login.placeholder_new_password=New Password
    labels.login.placeholder_confirm_new_password=Confirm New Password
    labels.login.update=Update
    
    # Chat labels
    labels.chat_title=AI Search Mode - Fess
    labels.chat_new_chat=New Chat
    labels.chat_input_placeholder=Ask a question...
    labels.chat_thinking=Thinking...
    labels.chat_error=An error occurred. Please try again.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  9. docs/ja/docs/advanced/websockets.md

    試してみるには、
    
    * いくつかのブラウザタブでアプリを開きます。
    * それらのタブでメッセージを記入してください。
    * そして、タブのうち1つを閉じてください。
    
    これにより例外 `WebSocketDisconnect` が発生し、他のすべてのクライアントは次のようなメッセージを受信します。
    
    ```
    Client #1596980209979 left the chat
    ```
    
    /// tip | 豆知識
    
    上記のアプリは、複数の WebSocket 接続に対してメッセージを処理し、ブロードキャストする方法を示すための最小限のシンプルな例です。
    
    しかし、すべてがメモリ内の単一のリストで処理されるため、プロセスの実行中にのみ機能し、単一のプロセスでのみ機能することに注意してください。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/orig/view/index.jsp

    											<la:message key="labels.login" />
    										</la:link></li>
    								</c:when>
    							</c:choose>
    							<c:if test="${chatEnabled}">
    								<li class="nav-item"><la:link href="/chat"
    										styleClass="nav-link" role="button" aria-haspopup="true"
    										aria-expanded="false">
    										<i class="fa fa-fw fa-robot" aria-hidden="true"></i>
    										<la:message key="labels.chat_ai_mode" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.3K bytes
    - Click Count (1)
Back to Top