Code Monkey home page Code Monkey logo

Comments (8)

nextchat-manager avatar nextchat-manager commented on July 23, 2024

Please follow the issue template to update title and description of your issue.

from chatgpt-next-web.

QAbot-zh avatar QAbot-zh commented on July 23, 2024

翻译一下报错呀哥,提示你key没额度了

from chatgpt-next-web.

Issues-translate-bot avatar Issues-translate-bot commented on July 23, 2024

Bot detected the issue body's language is not English, translate it automatically.


Translate the error message, brother, it reminds you that the key has no quota.

from chatgpt-next-web.

Skyminers avatar Skyminers commented on July 23, 2024

我也遇到了这个问题,我已经持续使用接近一年了。额度和限制都是充足的,但是在今天突然出现了这个报错
image
image
我尝试通过搜索的方式来解决,但是没有人给出 “检查使用的额度是否超过限制” 之外的办法。

from chatgpt-next-web.

QAbot-zh avatar QAbot-zh commented on July 23, 2024

我也遇到了这个问题,我已经持续使用接近一年了。额度和限制都是充足的,但是在今天突然出现了这个报错 image image 我尝试通过搜索的方式来解决,但是没有人给出 “检查使用的额度是否超过限制” 之外的办法。

https://platform.openai.com/docs/api-reference/making-requests
用curl或者别的方式直接请求看看:

curl https://api.openai.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $OPENAI_API_KEY" \
  -d '{
     "model": "gpt-3.5-turbo",
     "messages": [{"role": "user", "content": "Say this is a test!"}],
     "temperature": 0.7
   }'

from chatgpt-next-web.

Skyminers avatar Skyminers commented on July 23, 2024
image 仍然会得到相同的错误,看来是 OpenAI 的问题

from chatgpt-next-web.

Issues-translate-bot avatar Issues-translate-bot commented on July 23, 2024

Bot detected the issue body's language is not English, translate it automatically.


image Still getting the same error, seems to be an OpenAI issue

from chatgpt-next-web.

Dean-YZG avatar Dean-YZG commented on July 23, 2024

看来是的,

Bug Description

部署之后按照vercle的文档添加了api-key,但无法给出回答,是否因为仅支持GPT4的key

Steps to Reproduce

1fork 2vercle部署 3 配置code和密码,添加OPENAI_API_KEY和密钥 4部署 5登录浏览器输入密码 6无法出现回复

Expected Behavior

希望给出模型接口的详细的说明

Screenshots

屏幕截图 2024-04-19 164701

Deployment Method

  • Docker
  • Vercel
  • Server

Desktop OS

window10

Desktop Browser

chrome

Desktop Browser Version

89.0

Smartphone Device

No response

Smartphone OS

No response

Smartphone Browser

No response

Smartphone Browser Version

No response

Additional Logs

如何对接预训练模型

应该是额度的问题,充值后应该会接的哈~~

from chatgpt-next-web.

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.