-
-
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
Updates docs with reset, model lists #254
Conversation
Updates per @dlqqq's feedback — thanks! Note the new screen shot in the PR description. |
@JasonWeill |
This PR does not affect the chat UI; it, and the issues it fixes, only concerns the docs and the magic commands. |
Updated docs and sample notebook. |
for more information, see https://pre-commit.ci
Co-authored-by: Piyush Jain <[email protected]>
Co-authored-by: Piyush Jain <[email protected]>
Co-authored-by: Piyush Jain <[email protected]>
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.
Rebased this branch onto latest main
. Looks good!
* Adds clear history documentation * Explanatory text about HF and SM * --help param * HuggingFace -> Hugging Face (as company name) * Adds provision for provider to have help when no model list exists * Missing space * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Renames model_help key to "help" * Example for HuggingFace * Additional detail on arguments * Update packages/jupyter-ai-magics/jupyter_ai_magics/providers.py Co-authored-by: Piyush Jain <[email protected]> * Update docs/source/users/index.md Co-authored-by: Piyush Jain <[email protected]> * Update packages/jupyter-ai-magics/jupyter_ai_magics/providers.py Co-authored-by: Piyush Jain <[email protected]> * Updates sample notebook --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Piyush Jain <[email protected]>
* Adds clear history documentation * Explanatory text about HF and SM * --help param * HuggingFace -> Hugging Face (as company name) * Adds provision for provider to have help when no model list exists * Missing space * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Renames model_help key to "help" * Example for HuggingFace * Additional detail on arguments * Update packages/jupyter-ai-magics/jupyter_ai_magics/providers.py Co-authored-by: Piyush Jain <[email protected]> * Update docs/source/users/index.md Co-authored-by: Piyush Jain <[email protected]> * Update packages/jupyter-ai-magics/jupyter_ai_magics/providers.py Co-authored-by: Piyush Jain <[email protected]> * Updates sample notebook --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Piyush Jain <[email protected]>
Fixes #189 and #198.
Updated docs: https://jupyter-ai--254.org.readthedocs.build/en/254/users/index.html
Updates the documentation to mention the
-r
and--help
options. Updates the documentation and the%ai list
command to display help about finding model names for Hugging Face Hub and SageMaker endpoints. See screen shot below.Corrects spelling of the company's name from HuggingFace (no space) to Hugging Face.