Giter Site home page Giter Site logo

Comments (5)

linweiyuan avatar linweiyuan commented on July 19, 2024

本地通过服务器上的 v2ray 代理能进去 ChatGPT,但是直接在服务器上跑就 Access denied

不应该

from go-chatgpt-api.

WuYunfan avatar WuYunfan commented on July 19, 2024

找到原因了,因为我在服务器里搭了tunnelbroker的ipv6隧道,我把这个关掉之后,v2ray也访问不了。能有办法让go-chatgpt-api走这个tunnelbroker的ipv6吗

from go-chatgpt-api.

linweiyuan avatar linweiyuan commented on July 19, 2024

这个我没玩过不太懂

from go-chatgpt-api.

purepoorx avatar purepoorx commented on July 19, 2024

我也是这个问题,warp的socks代理,我用自己电脑的v2rayn连,都能打开https://chat.openai.com,但在docker里,就是一直卡Failed to handle captcha

from go-chatgpt-api.

WuYunfan avatar WuYunfan commented on July 19, 2024

version: "3"

services:
go-chatgpt-api:
container_name: go-chatgpt-api
image: linweiyuan/go-chatgpt-api
environment:
- GIN_MODE=release
- CHATGPT_PROXY_SERVER=http://127.0.0.1:9515
# - NETWORK_PROXY_SERVER=http://host:port
depends_on:
- chatgpt-proxy-server
restart: unless-stopped
network_mode: host

chatgpt-proxy-server:
container_name: chatgpt-proxy-server
image: linweiyuan/chatgpt-proxy-server
restart: unless-stopped
network_mode: host

我通过这个配置解决了,在doker里直接用外部的ipv6访问openai。

from go-chatgpt-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.