feat: 完善 OpenTu AI 网页版端点设置#192
Closed
selwen-0102 wants to merge 1 commit into
Closed
Conversation
❌ Deploy Preview for ai-tu failed.
|
|
Someone is attempting to deploy a commit to the ljquan's projects Team on Vercel. A member of the Team first needs to authorize it. |
问题描述:OpenTu AI 网页版需要在应用菜单设置中直接提供站点端点管理;文本和生图都需要默认自动选择最优端点,同时保留用户手动覆盖能力;端点列表需要来自 tuzi-api 真实站点配置,不能链接 tuzi-switch 或在前端业务里维护硬编码地址。 修复思路:在供应商 API 地址下方新增端点管理面板,从 https://api.tu-zi.com/api/status 的 data.api_address_list 解析候选地址,支持自动选择、测速、自定义端点,并同步当前供应商 baseUrl。 更新代码架构:设置页维护端点选择状态并更新当前供应商 baseUrl;底栏保持模型、参数和提交职责;端点列表展示 tuzi-api 节点名称、URL 和描述;新增 OpenTu AI 网页版端点设置 docs 经验文档与 qa 测试清单。
selwen-0102
force-pushed
the
codex/opentu-ai-endpoint-settings-final
branch
from
June 16, 2026 09:38
3ec9f5b to
3acf3b9
Compare
Contributor
Author
|
按要求撤回:当前实现仍需重新整理,后续不再主动提 PR。 |
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.
问题描述
上游来源
修复思路
更新代码架构
验证
说明:这是从最新 origin/develop 创建的干净 PR,只包含本次 6 个目标文件。