Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(examples): add dynamic proxy forwarding example #2567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
harjothkhara wants to merge 1 commit into openai:main
base: main
Choose a base branch
Loading
from harjothkhara:patch-4

Conversation

Copy link

@harjothkhara harjothkhara commented Aug 19, 2025

This PR adds a new example script examples/dynamic_proxy_forwarding.py that demonstrates how to forward chat completion requests through an intermediary proxy server while preserving streaming responses.

The example shows both synchronous and asynchronous usage of the OpenAI and AsyncOpenAI clients. It configures a custom base_url pointing at the proxy and uses httpx.Client/AsyncClient with proxy settings, illustrating a Machine A → Machine B → OpenAI pattern.

Adds an example script demonstrating how to forward OpenAI chat completion requests through a proxy server while preserving streaming responses. This helps users set up a Machine A -> Machine B -> OpenAI pattern using the `OpenAI` and `AsyncOpenAI` clients.
@harjothkhara harjothkhara requested a review from a team as a code owner August 19, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /