You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while working with the LLM_Evaluation_Azure notebook. The error message I received is as follows: InvalidRequestError: The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.
The problem appears in the last piece of code, the evaluate_prompt_correctness function. I guess it just can't get a response from the API.
The text was updated successfully, but these errors were encountered:
I encountered an issue while working with the LLM_Evaluation_Azure notebook. The error message I received is as follows:
InvalidRequestError: The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.
The problem appears in the last piece of code, the evaluate_prompt_correctness function. I guess it just can't get a response from the API.
The text was updated successfully, but these errors were encountered: