-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Fix cookiecutter template #637
Conversation
2a2cbd3
to
3d5da61
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified locally. Great work! A few suggestions about the docs.
...-module-cookiecutter/{{cookiecutter.root_dir_name}}/{{cookiecutter.python_name}}/provider.py
Show resolved
Hide resolved
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and this looks and works well, fixes errors mentioned in #613. Good job, props for adding explicit comments / explanations to TestLLM
example class, this improves developer on-boarding experience.
@meeseeksdev please backport to 1.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
* delete binder related boilerplate * remove unused github workflows * remove frontend boilerplate, update provider template * add slash command template * tweak wording * add contributor docs for cookiecutter use * pre-commit * fix cookiecutter GH link Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com> * add pip install cookiecutter --------- Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
* delete binder related boilerplate * remove unused github workflows * remove frontend boilerplate, update provider template * add slash command template * tweak wording * add contributor docs for cookiecutter use * pre-commit * fix cookiecutter GH link Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com> * add pip install cookiecutter --------- Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
* delete binder related boilerplate * remove unused github workflows * remove frontend boilerplate, update provider template * add slash command template * tweak wording * add contributor docs for cookiecutter use * pre-commit * fix cookiecutter GH link Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com> * add pip install cookiecutter --------- Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
Description
Testing instructions
To test this PR:
Then, run
jupyter lab
with Jupyter AI installed, and verify that:/test
slash command can be invoked and sends a basic replyDemo