diff --git a/docs/concepts/remote_validation_inference.ipynb b/docs/concepts/remote_validation_inference.ipynb index 8c4d5531b..4595c17fd 100644 --- a/docs/concepts/remote_validation_inference.ipynb +++ b/docs/concepts/remote_validation_inference.ipynb @@ -19,6 +19,10 @@ "\n", ":::note\n", "Remote validation inferencing is only available in Guardrails versions 0.5.0 and above.\n", + ":::\n", + "\n", + "::note\n", + "To enable/disable, you can run the cli command `guardrails configure` or modify your `~/.guardrailsrc`. For example, to disable remote inference use: `use_remote_inferencing=false`.\n", ":::" ] }, @@ -147,7 +151,7 @@ ], "metadata": { "kernelspec": { - "display_name": ".venv", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -161,9 +165,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.7" + "version": "3.11.9" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }