Giter VIP home page Giter VIP logo

Comments (4)

missuo avatar missuo commented on July 20, 2024

我希望你可以仔细读一下 README。

from freegpt35.

tomridder avatar tomridder commented on July 20, 2024

我希望你可以仔细读一下 README。

我也遇到了相同的问题,服务器是美区服务器
nginx 也配置了 依然报错

rror getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.

from freegpt35.

missuo avatar missuo commented on July 20, 2024

我希望你可以仔细读一下 README。

我也遇到了相同的问题,服务器是美区服务器 nginx 也配置了 依然报错

rror getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.

我希望你可以仔细读一下 README。

from freegpt35.

tomridder avatar tomridder commented on July 20, 2024

我希望你可以仔细读一下 README。

我也遇到了相同的问题,服务器是美区服务器 nginx 也配置了 依然报错
rror getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.

我希望你可以仔细读一下 README。
root@RainYun-piLzbXh7:# sudo lsof -i :3040
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
docker-pr 10059 root 4u IPv4 252248 0t0 TCP *:3040 (LISTEN)
docker-pr 10066 root 4u IPv6 251669 0t0 TCP *:3040 (LISTEN)
root@RainYun-piLzbXh7:
# curl --location 'http://127.0.0.1:3040/v1/chat/completions' --header 'Content-Type: application/json' --header 'Authorization: Bearer sk-antshu' --data '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "hello"}],
"stream":true
}'
{"status":false,"error":{"message":"Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.","type":"invalid_request_error"}}root@RainYun-piLzbXh7:~#

from freegpt35.

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.