Tianyi Jing
Tianyi Jing
对回复内容第二次点击感谢,显示的感谢次数会继续增加,退出重新进入主题则正常。 P1 为未点击感谢时显示的状态; P2 为多次点击感谢后显示的状态; P3 为多次点击感谢再退出重新进入主题后显示的状态;   
https://github.com/yanyongyu/githubkit 提供了开箱可用的 GitHub API 客户端,支持`installation_id`等多种认证方式,且支持企业部署 API(考虑到 Gitee 的 API 与 GitHub 几乎完全一致,也相当于支持 Gitee)能够极大简化与各类代码托管平台对接的难度。 建议逐步将 REST API 客户端部分切换至 GitHubKit,方便未来开发。
The same question as #114 . In #114, annotation of `Client.embedding` is modified, but `AsyncClient` is forgotten.
- [x] 改进获取UP主全部视频的方式 - [x] 支持多P视频的音频下载 - [x] 检查是否已下载,避免重复下载 - [ ] 音质选择 - [x] 彩色字符输出 - [x] 更好的README
current `diffcmd_header`: `^diff.* (.+) (.+)$` fixed `diffcmd_header`: `^diff .* (.+) (.+)$` Using the old `diffcmd_header` may result in lines starting with words like "different" being incorrectly matched as a diff...
基础要求: - 测试 bv 等下载功能是否正常 进阶要求: - 将自动测试集成到 pre-commit 和 GitHub Action,要求测试通过后方可执行版本发布
### What problem does this PR solve? Links of [How to integrate with Ollama](https://github.com/infiniflow/ragflow/blob/main/docs/guides/models/deploy_local_llm.mdx) need to be update after #5555 ``` https://github.com/infiniflow/ragflow/blob/main/docs/guides/deploy_local_llm.mdx -> https://github.com/infiniflow/ragflow/blob/main/docs/guides/models/deploy_local_llm.mdx ``` ### Type of change -...
# Summary Add type `list` to TextMessage.JsonMessage so that plugins can directly return a `list`. **IMPORT**: Relevent PR in dify-plugin-sdks: [#122](https://github.com/langgenius/dify-plugin-sdks/pull/122) # Screenshots # Checklist > [!IMPORTANT] > Please review...
为了规避 B 站的反爬虫策略,BiliFM 在调用不同的 API 时使用不同的 Headers。 这些 Headers 分布在多个文件里,请重构相关函数,简化对不同 Headers 的调用。 ref: 1. BiliFM 通过 pre-commit 提供了简单的功能测试,可以借此检查功能更改是否正确。