openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

olympics-2-create-qa: That model does not exist

Open cbader opened this issue 2 years ago • 2 comments
trafficstars

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.

cbader avatar Dec 28 '22 15:12 cbader

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.

mxk1011 avatar Dec 29 '22 15:12 mxk1011

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

chaoranxie avatar Dec 29 '22 15:12 chaoranxie

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.

ted-at-openai avatar Jan 10 '23 18:01 ted-at-openai