Skip to content

Conversation

harjothkhara
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant