Open AI Activity Error

I was trying to summarize a document using Generate Text Completion activity. Using Read PDF Text I stored the output and same was passed into the Generate Text Completion. However, while debugging I am getting below error.

Generate Text Completion: Not found - The requested resource is not found.
RequestId: 6668cc5ee4b02937fc3d3cb1
ProviderMessage: error - {message=The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations, type=invalid_request_error, param=null, code=model_not_found}

How can I resolve this issue? Sharing screen shots for reference.



Hi!

According to the error message and the link, the Model you’ve chosen is deprecated
Deprecations - OpenAI API

Choose a different model?

Tried other models as well, but did not work.

@Jayasree_Jana

Can you try any of these models

these are available as of now

Bison-002, Bison-001, Unicorn-001.

cheers

@Anil_G what ever the LLM models you have said were not visible in dropdown in the activity and none of the LLM models are working from dropdown and are we supposed to download any dependency packages?