Hi all,
I am taking the RAG course offered by deeplearning.ai from Coursera platform. In the module-4 assignment exercise-5, I face error with including the JSON format into the prompt.
Screenshot of my function definition
The error that I’m facing
Exception: Error while calling LLM: f{
"id": "oRHP1Yw-57nCBj-9b6189806989fae7",
"error": {
"message": "Input validation error",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
I have also tried to pass the JSON format as separate dictionary defined before the prompt but still facing the error.
How to resolve this issue?
