fix(responses): send stable beta header#362
Conversation
d68c71e to
c6532b2
Compare
|
Updated the header logic so public api.openai.com requests use , backend/azure/default hosts stay on , and provider-specific headers win. If there are additional backend host patterns we should encode (beyond ), please let me know so we can pin them explicitly. |
|
Recap of the amended logic:
Unit coverage exists for each branch in both and . Please let me know if there are any additional backend host patterns we should codify explicitly. |
|
CI note: the preview build is still hitting on the musl/darwin legs. This matches the toolchain-target gap addressed in #356, so we’ll rerun once that merges. |
|
Preview Build rerun triggered after #364 merged; watching for green checks. |
|
Fresh Preview Build queued with updated toolchain after #364 merged; watching for green checks. |
|
Preview Build rerun queued with Rust 1.90.0 plus MUSL targets after #370 merged. Tracking run: https://github.com/just-every/code/actions/runs/18870460099 |
804b5ad to
b7927a2
Compare
|
Heads-up: the changes from this PR have already landed on main via commit 245617c (Merge pr362). Closing remains accurate. |
Summary
Fixes #331
Testing
Risks