-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Proxy not working (OpenaiAccount/OpenaiChat Provider) (Docker image, Version: 0.3.9.7) #2507
Comments
The HAR file was created according to the instructions in the README. |
docker-compose.yml version: '3.8'
services:
g4f:
image: hlohaus789/g4f:0.3.9.7
ports:
- 127.0.0.1:8080:8080
- 127.0.0.1:1337:1337
- 127.0.0.1:7900:7900
shm_size: '2g'
volumes:
- ./har_and_cookies:/app/har_and_cookies
environment:
G4F_PROXY: socks5://<SECRET>:<SECRET>@<SECRET>:<SECRET>
restart: always |
The idea is to completely dispense with the HAR file and log in directly to Chromium via Proxy and implement the browser to start when you launch g4f for authorization. |
@The2Alert The Chrome Browser doesn't support socks proxies. |
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
Scenario: |
@OldDamnSchool I found this for your special case: |
Thanks @hlohaus <3 |
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
Screenshot
The text was updated successfully, but these errors were encountered: