AutoGPT.js icon indicating copy to clipboard operation
AutoGPT.js copied to clipboard

create_code uses gpt-4 even if set to gpt-3.5

Open PhillipRt opened this issue 3 years ago • 0 comments

This leads to this error every time if you don't have access to gpt-4: Error calling API with status code 404 and message "{

"error": {

"message": "The model: gpt-4 does not exist",

"type": "invalid_request_error",

"param": null,

"code": "model_not_found"

}

}

"

PhillipRt avatar Apr 19 '23 11:04 PhillipRt