Skip to content

v0.2.9

Compare
Choose a tag to compare
@st1vms st1vms released this 06 Feb 06:58
· 17 commits to main since this release

CHANGELOG

SOCKS proxies implemented (see #16)

Import SOCKSProxy out of claude2_api.client module and construct it using these fields:

  • proxy_ip
  • proxy_port
  • version_num which can be either 4 or 5 (defaults to 4).

If you'd like to use HTTPProxy instead, import it as usual, and set the same fields for ip and port and also the use_ssl field.

Both of these classes inherit from ClaudeProxy, and they can be assigned to the ClaudeAPIClient constructor.