You must provide a model parameter: error

Hi all, anyone have any idea where Im going wrong here? I think its accessing the api with the key correctly bc its making it to the model, but no matter what I do it says the model is wrong. Any suggestions? when I run the code I get the error below:
{
“error”: {
“message”: “you must provide a model parameter”,
“type”: “invalid_request_error”,
“param”: null,
“code”; null
}
}

code_1

1 Like

I don’t see anything amiss at a quick glance. Do other models work? Is GPT-4 available in playground?

Welcome to the community…

Thanks for the response Paul! I tried other models and all get the same error. Ill keep testing. cheers