Skip to content

Commit

Permalink
remove 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chanchimin committed Jul 5, 2023
1 parent b3bb7cf commit b052598
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import os

os.environ["http_proxy"] = "http://127.0.0.1:7890"
os.environ["https_proxy"] = "http://127.0.0.1:7890"
os.environ["all_proxy"] = "socks5://127.0.0.1:7890"

from agentverse.agentverse import AgentVerse
from argparse import ArgumentParser
Expand Down

0 comments on commit b052598

Please sign in to comment.