getting this error while doing search by using this code.
openai.Engine("ada").search(
search_model="curie",
query="flower",
file="file-6tdcJlFqXBRUxqKzaWpuMGyP"
)
this is kind of data in jsonl file
getting this error while doing search by using this code.
openai.Engine("ada").search(
search_model="curie",
query="flower",
file="file-6tdcJlFqXBRUxqKzaWpuMGyP"
)
this is kind of data in jsonl file
engine is ada, but model is curie → I suspect this is the problem. Try setting both to ada.
sure I will try this out.