docs(MOC-153): 致谢 Alpaca233114514 的 MOC-153 贡献(co-author)#421
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4e44c84722
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Cmochance
force-pushed
the
chore/credit-alpaca-moc153
branch
from
June 7, 2026 06:05
4e44c84 to
28c755f
Compare
#419(catalog base_instructions 路线)采纳了 @Alpaca233114514 在 #396/#398 里 的 MOC-153 贡献:第三方切 GPT 报 `Instructions are required` 400 的根因诊断 (顶层 instructions 空)+ 注入非空 instructions 的核心思路。#419 已 squash-merge 进 main、无法 amend,故在此 follow-up commit 以 Co-Authored-By 形式署名。 Co-Authored-By: ALPACA LI <alpaca8570@outlook.com>
Cmochance
force-pushed
the
chore/credit-alpaca-moc153
branch
from
June 7, 2026 06:07
28c755f to
cc59839
Compare
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.
目的
给 @Alpaca233114514 的 MOC-153 贡献正式署名 co-author。
#419(MOC-153 修复)采纳了他在 #396 / #398 里的:
instructions为空 → 切真 GPT 后端硬校验非空 → 400Instructions are required#419 最终把注入位置从 proxy passthrough 改到 Codex model catalog(
base_instructions,会话创建时冻结),因为「停 transfer 切真 GPT」直连 chatgpt.com 不经 proxy、proxy 注入够不着。#419 已 squash-merge 进受保护 main、无法 amend,故以本 follow-up commit 的
Co-Authored-By: ALPACA LI <alpaca8570@outlook.com>trailer 署名,并在 README「社区贡献者」追加 MOC-153 条目。Refs MOC-153