869413421 / chatgpt-web

基于ChatGPT3.5 API实现的私有化web程序
Apache License 2.0
3.19k stars 742 forks source link

gpt-4使用报错 #113

Closed detectRecog closed 1 year ago

detectRecog commented 1 year ago

使用最新的chatgpt-web-v0.2.4-linux-amd64.tar.gz,代理也搭好了 解压后使用默认的“gpt-3.5-turbo-0301”,聊天没有问题,也没有报错。

将model改为了gpt-4后, 报错如图,错误信息为:error, status code:404, message: gpt-4 does not exist

detectRecog commented 1 year ago

报错图片访问方法:链接: https://pan.baidu.com/s/1V5y5dzdmjRiWBuGDr8kfwg 提取码: 170t json文件内容:


{
  "api_key": "sk-xxx",
  "api_url": "",
  "port": 8080,
  "listen": "",
  "bot_desc": "你是一个AI助手,我需要你模拟一名温柔贴心的女朋友来回答我的问题。",
  "proxy": "http://127.0.0.1:7890",
  "model": "gpt-4",
  "max_tokens": 512,
  "temperature": 0.9,
  "top_p": 1,
  "frequency_penalty": 0.0,
  "presence_penalty": 0.6,
  "auth_user": "xxx",
  "auth_password": "xxx"
}
detectRecog commented 1 year ago

@869413421 看到过一个issue说可能是waitlist还没通过,用accessToken可以访问,请问如何通过accessToken访问呢?

869413421 commented 1 year ago

需要申请通过后才能使用,项目不支持token的方式。