Skip to content
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

fix(router.py): support http and https proxys #1497

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

krrishdholakia
Copy link
Contributor

@krrishdholakia krrishdholakia commented Jan 18, 2024

Addresses - #1458

Set http and https proxy as follows:

os.environ['HTTP_PROXY'] = "http://user:pass@proxyhost:proxyport"
os.environ['HTTPS_PROXY'] = "http://user:pass@proxyhost:proxyport"

and all the openai/azure clients will be updated to use this

Copy link

railway-app bot commented Jan 18, 2024

This PR is being deployed to Railway 🚅

litellm: ◻️ REMOVED

Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 5:20pm
litellm-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 5:20pm

@dja-fr
Copy link

dja-fr commented Jan 22, 2024

Hi,
Can this change be merge ?
I work behind an entreprise proxy :)

Thx

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.

None yet

2 participants