NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
4.21k stars 400 forks source link

Fix typos in the example prompts to remove the warnings #808

Closed krishna-sreeraj-tw closed 1 week ago

krishna-sreeraj-tw commented 1 month ago

Description

This PR contains a very small change in the example prompts, where a few typos are fixed in order to get rid of the warnings.

Related Issue(s)

NA

Checklist

Pouyanpi commented 2 weeks ago

Hi @krishna-sreeraj-tw, thanks for opening the PR! 👍 would you please share the warnings for the reference. Thanks!

krishna-sreeraj-tw commented 2 weeks ago

Hi @Pouyanpi, thanks for responding. By warnings, I meant the warnings raised by the IDE due to an incorrect spelling or incorrect phrases. Attaching a reference image. Thanks!

Screenshot 2024-11-12 at 7 15 49 PM Screenshot 2024-11-12 at 7 17 23 PM
Pouyanpi commented 1 week ago

Please, follow the instructions here to setup GPG signature, which I assume you have done it already as some of your commits are verified. This commit is not signed.

You can do following to re-sign all your commits:

git rebase --exec 'git commit --amend --no-edit -n -S' -i origin/develop
krishna-sreeraj-tw commented 1 week ago

Thanks for the input @Pouyanpi, I've been trying to sign it, but somehow unable to do it. I'm trying to fix it.

Pouyanpi commented 1 week ago

@krishna-sreeraj-tw I sugget you to create a new branch of the current develop, make your changes to the documentation and create a new PR. This PR is not usable anymore as the commit history is polluted. I think this is the easiest way to go. Thank you!