pinecone-io / examples

Jupyter Notebooks to help you get hands-on with Pinecone vector databases
MIT License
2.66k stars 988 forks source link

[Bug] Nemo Guardrail example doesn't work #341

Open krishnashed opened 4 months ago

krishnashed commented 4 months ago

Is this a new bug?

Current Behavior

While running the guardrail examples present at https://github.com/pinecone-io/examples/tree/master/learn/generation/chatbots/nemo-guardrails/00-intro/config

I get the following error: image

Expected Behavior

Bot should have responded with greeting message based on the colang code

define user express greeting "hello" "hi" "what's up?"

Steps To Reproduce

$ nemoguardrails chat --config=config/

Hi

Relevant log output

> hi 
WARNING:nemoguardrails.actions.action_dispatcher:Error while execution generate_user_intent: Error code: 404 - {'error': {'message': 'The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
I'm sorry, an internal error has occurred.

Environment

No response

Additional Context

No response