mirror of
https://github.com/HanaokaYuzu/Gemini-API.git
synced 2026-04-12 12:23:03 -06:00
socks proxies #27
Labels
No labels
advanced
advanced
bug
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
model
pull-request
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mirrors/Gemini-API#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bejokun on GitHub (Oct 13, 2024).
is proxies also support for socks ?
@bejokun commented on GitHub (Oct 14, 2024):
also if possible to disable error from httpx
httpx.ConnectError
httpx.Timeout
httpx etc
@HanaokaYuzu commented on GitHub (Oct 16, 2024):
While socks support doesn't come with this package, you can manually install additional dependencies to have it enabled. See https://www.python-httpx.org/advanced/proxies/#socks
@HanaokaYuzu commented on GitHub (Oct 16, 2024):
No plan for that. Usually these are client side specific errors caused by your internet environment. You may need to fix connectivity problems before using the API.