为什么不能使用gpt4 request? #3009
Closed
lixiaoqin0218
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
前提:已经购买了GTP-4 并输入了对应的openaikey;
修改:DISABLE_GPT4已经设置成1,注释了不允许是用4的代码;
`// #1815 try to refuse gpt4 request TODO:为啥要拒绝gpt4请求?
if (DISABLE_GPT4 && req.body) {
try {
const clonedBody = await req.text();
fetchOptions.body = clonedBody;
}`
疑问:为什么不支持gpt-4呢?
Beta Was this translation helpful? Give feedback.
All reactions