fix(openai): 优化账号调度与响应透传#5
Merged
Merged
Conversation
Contributor
|
All contributors have signed the CLA. ✅ |
基于 origin/develop 重新承载当前修复,补齐 OpenAI 账号调度、凭证脱敏、原始响应透传和相关前后端配置。 验证:git diff --check --cached;go test ./...;pnpm build。
- 升级 CI 校验的 Go patch 版本以通过 govulncheck - 修复 golangci-lint 报告的无效赋值和未检查类型断言 - 更新 API contract 与 scheduler snapshot 测试数据 - 将外部 TLS 指纹服务的 EOF/握手失败识别为外部服务不可用并跳过 验证: - golangci-lint run --timeout=30m - go test -tags=unit ./... - go test -tags=integration ./... - govulncheck ./... - pnpm build 提交前已检查暂存清单,未包含 backend/data、test/release、日志、pprof、tar 或构建产物。
7388ce6 to
a731e8b
Compare
Collaborator
Author
|
I have read the CLA Document and I hereby sign the CLA |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 重新承载当前修复,补齐 OpenAI 账号调度、凭证脱敏、原始响应透传和相关前后端配置。
验证:git diff --check --cached;go test ./...;pnpm build。