dosubot[bot]
dosubot[bot]
Setting "remove_webapp_brand" to true in `/web/app/components/custom/custom-web-app-brand/index.tsx` might not affect the logo display because the logic for displaying the logo is controlled by the `Header` component in `web/app/components/base/chat/embedded-chatbot/header/index.tsx`. The logo is...
To remove the logo under the chatbot, follow these steps: 1. **Locate the `index.tsx` File:** - Open the file located at `web/app/components/base/chat/embedded-chatbot/index.tsx`. 2. **Modify the Code:** - Find the code...
To set the `remove_webapp_brand` property to `true` in the `appData.custom_config` object, you need to ensure that this configuration is correctly set in your application's backend or configuration files. Here's how...
The Dify codebase does not provide specific methods or functions for exporting logs directly from the log panel. However, the logging configuration is managed in the `api/extensions/ext_logging.py` module, which uses...
To export conversation chat logs from your agent in Dify, you can use the `get_conversation_messages` method from the `ChatClient` class. This method allows you to retrieve messages from a conversation,...
To find the "first_id" when exporting conversation chat logs from your agent, you can use the `MessageListApi` class's `get` method. The `first_id` is an optional argument that can be passed...
To find the "user-id" in a conversation chat from your panel, you can access the `from_end_user_id` field in the `Conversation` class. This field stores the ID of the end user...
ComfyUI 的新 UI(Vue 节点 2.0 界面)可以这样打开: 1. 在 ComfyUI 前端界面左侧边栏,点击 ComfyUI 的 logo 按钮,会弹出主菜单。 2. 在菜单里找到并切换 “Nodes 2.0” 选项,这样就能启用或关闭新 UI。这个开关对应设置项 `Comfy.VueNodes.Enabled`,启用后就是新版节点界面。[参考](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9d131a4267a47f0b0af35eb8638f6373f1792004/src/components/sidebar/ComfyMenuButton.vue#L3-L339) 如果你是用命令行启动,可以用: ``` python main.py --front-end-version Comfy-Org/ComfyUI_frontend@latest ``` 这样会直接启动最新前端,新 UI...
Hi, @cometkim. I'm [Dosu](https://dosu.dev), and I'm helping the Valibot team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - The issue involves an inconsistency in `InferOutput` behavior...
Hi, @sungreong. I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You requested a feature enhancement for Dify's speech-to-text...