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

Updates docs with reset, model lists #254

Merged
merged 14 commits into from
Jul 10, 2023
Prev Previous commit
Next Next commit
Update packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Co-authored-by: Piyush Jain <piyushjain@duck.com>
  • Loading branch information
2 people authored and dlqqq committed Jul 10, 2023
commit 94755439ae5e743bad26712912cf0843a4e610c6
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class SmEndpointProvider(BaseProvider, SagemakerEndpoint):
# This all needs to be on one line of markdown, for use in a table
help = (
"Specify a model's name as the model ID. "
JasonWeill marked this conversation as resolved.
Show resolved Hide resolved
"In addition, you must include the `--region_name`, `--response_schema`, and the `--response_path` arguments. "
"In addition, you must include the `--region_name`, `--request_schema`, and the `--response_path` arguments. "
"For more information, see the documentation about [SageMaker endpoints deployment](https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html) "
"and about [using magic commands with SageMaker endpoints](https://jupyter-ai.readthedocs.io/en/latest/users/index.html#using-magic-commands-with-sagemaker-endpoints)."
)
Expand Down