Conversation
添加对于 think 标签的解析
…证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化
Auth添加用户管理以及权限控制
178 uv lock
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
根据
dev分支的最近更新,以下是改进内容的总结:主要功能改进
界面优化
refs移动到侧边栏,优化了界面布局,添加调试信息(点击model_name触发)。think标签的解析功能,提高了处理特定标签内容的能力。 feat: Ollama reasoning content 适配 #123基本权限控制
知识库新增功能
use_rewrite_query默认值为on部署和环境改进
dockerfile中uv的配置。 dev分支根目录下没有uv.lock #178docker文件夹下的脚本。API 和后端增强
统一 API 使用
/api前缀。优化接口
BUG 修复
system prompt必须在第一位的 Bug。