openai-cookbook
openai-cookbook copied to clipboard
olympics-2-create-qa: That model does not exist
I'm attempting to run olympics-2-create-qa.ipynb, but I'm getting the not-very-helpful error "That model does not exist", presumably referring to davinci-instruct-beta-v2.
Use text-davinci-002 - some things in those examples are outdated. Search endpoint is deprecated and no more usable. Somebody should make an update to those examples.
looks like we are suppose to use the code in this example https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_embeddings.ipynb
I highly recommend following the ideas in this notebook: https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_embeddings.ipynb
The fine-tuned Q&A example isn't great and relies on some out of date APIs. Sorry you ran into issues.