Skip to content

Add azure openai responses support#144

Merged
Ken Jiang (knjiang) merged 3 commits intomainfrom
03-16-add_azure_openai_responses_support
Mar 16, 2026
Merged

Add azure openai responses support#144
Ken Jiang (knjiang) merged 3 commits intomainfrom
03-16-add_azure_openai_responses_support

Conversation

@knjiang
Copy link
Contributor

No description provided.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@knjiang Ken Jiang (knjiang) changed the title add azure openai responses support Add azure openai responses support Mar 16, 2026
@knjiang Ken Jiang (knjiang) marked this pull request as ready for review March 16, 2026 19:26
@knjiang Ken Jiang (knjiang) force-pushed the 03-16-add_azure_openai_responses_support branch from d6c9903 to d4b7815 Compare March 16, 2026 19:39
Comment on lines +57 to +61
let gpt5_minor = lower
.strip_prefix("gpt-5.")
.and_then(|rest| rest.split(|c: char| !c.is_ascii_digit()).next())
.and_then(|minor| (!minor.is_empty()).then_some(minor))
.and_then(|minor| minor.parse::<u32>().ok());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as a drive-by i'm matching the proxy code by doing the 5.3+ thingy

@knjiang Ken Jiang (knjiang) merged commit 8214b24 into main Mar 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants