-
Notifications
You must be signed in to change notification settings - Fork 11.1k
feat: 新增 Responses → ChatCompletions 协议降级兼容配置 #5209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Rosons
wants to merge
19
commits into
QuantumNous:main
Choose a base branch
from
Rosons:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2de5a21
feat: 实现 Responses→ChatCompletions 协议转换核心逻辑
Rosons 2ae5446
feat: 添加 Responses 协议降级策略配置与入口
Rosons 2a28e92
feat: 添加工具 strict 字段支持,默认主题改为 default
Rosons c320623
feat(web): default 主题添加 Responses→ChatCompletions 配置界面
Rosons 133fbf3
feat(i18n): 添加 default 主题协议转换配置相关翻译
Rosons 246aa1e
feat(web): classic 主题添加 Responses→ChatCompletions 配置界面
Rosons 0421e26
docs: 协议转换核心代码添加中文注释
Rosons 0f9ead6
Merge branch 'QuantumNous:main' into main
Rosons 6846681
chore: PostgreSQL 数据存储改为本地目录挂载
Rosons ff9e2fb
fix: 恢复 docker-compose.yml 原始配置
Rosons ffe145a
chore: Dockerfile 添加 GOPROXY 国内代理加速构建
Rosons 7ec0e9d
feat: docker-compose 改为本地构建镜像
Rosons 9f2eba6
perf: Dockerfile 添加 Go 模块缓存加速重复构建
Rosons d8ae978
perf: Dockerfile 添加 Go 构建缓存避免磁盘空间不足
Rosons 605bc9c
fix: Dockerfile 设置 GOTMPDIR 避免编译临时文件写满根分区
Rosons f01fe75
perf: Dockerfile 添加 Go 构建缓存避免重复下载和磁盘不足
Rosons 27dbc94
Merge branch 'main' into main
Rosons f62c90f
fix(openaicompat): Responses工具转换时过滤空name的function tool
Rosons 6642c9d
Merge branch 'QuantumNous:main' into main
Rosons File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请不要在 Dockerfile 中引入无意义的部分 (配置镜像/配置缓存) 或者说请不要提交本地测试用的 Dockerfile