Skip to content

Conversation

@JoelEmbiiddddd
Copy link
Contributor

No description provided.

@paddle-bot
Copy link

paddle-bot bot commented Nov 26, 2025

Thanks for your contribution!

def fix_proxy(ipv6_enabled: bool = False) -> None:
"""Fix Gradio UI proxy settings to prevent local connections from being disrupted by proxies"""
os.environ["no_proxy"] = "localhost,127.0.0.1,0.0.0.0"
if ipv6_enabled:
Copy link
Collaborator

Choose a reason for hiding this comment

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

为什么ipv6需要去掉这些proxy设置

GPUtil
openai
gradio
gradio==5.42.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

当前最新版本是多少?是否可以限制一个版本范围?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants