0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. presenton
  2. /
  3. servers
Ssudipnextfeat: add MarkdownInlineText component and integrate into TiptapTextReplacer for read-only mode
1bd6bbb7创建于 14 小时前历史提交
文件最后提交记录最后更新时间
fastapi
feat: Add support for new LLM providers and update environment configurations - Introduced support for Amazon Bedrock, Fireworks, Together AI, and LM Studio in the application. - Updated the Docker Compose file to include new environment variables for the added LLM providers. - Enhanced the README documentation to reflect the new LLM options and their respective configuration requirements. - Modified user configuration and environment handling to accommodate the new providers. - Updated dependencies and fixed the version of the llmai package to ensure compatibility with new features. 2 天前
nextjs
feat: add MarkdownInlineText component and integrate into TiptapTextReplacer for read-only mode - Introduced a new MarkdownInlineText component to render inline markdown without block wrappers. - Updated TiptapTextReplacer to conditionally render MarkdownInlineText when in read-only mode. - Adjusted TiptapText to set content without triggering unnecessary updates. - Enhanced V1ContentRender to utilize TiptapTextReplacer with read-only functionality for slide rendering. 14 小时前