Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
krishnashed opened this issue May 11, 2024 · 0 comments
Open
2 tasks done

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

krishnashed opened this issue May 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@krishnashed
Copy link

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this 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

@krishnashed krishnashed added the bug Something isn't working label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant