semantic-kernel
semantic-kernel copied to clipboard
Invalid Request 400 Error Running Notebooks
Describe the bug
I'm using Azure OpenAI and going through the notebook samples. When executing the 02-running-prompts-from-file.ipynb notebook against a deployment using the gpt-35-turbo model, the result is Error: Invalid request: The request is not valid, HTTP status: 400
. Switching to the text-davinci-003 model succeeds. Similar to issue #649.
To Reproduce Steps to reproduce the behavior: See above description
Suggestion Perhaps add some language to that notebook sample stating which models are supported.