From a68f267e18d01e69ba428d45905a003419b8e4c1 Mon Sep 17 00:00:00 2001 From: Zayd Simjee Date: Tue, 10 Dec 2024 14:03:13 -0800 Subject: [PATCH] remove darkmode concept viz --- docs/concepts/guard.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts/guard.md b/docs/concepts/guard.md index 831b2d362..1bd5be56b 100644 --- a/docs/concepts/guard.md +++ b/docs/concepts/guard.md @@ -6,7 +6,6 @@ The guard object is the main interface for Guardrails. It can be used without co ## How it works ![Guardrails Logo](../img/guardrails_arch_white_vertical.png#only-light) -![Guardrails Logo](../img/guardrails_arch_dark_vertical.png#only-dark) ## Two main flows @@ -87,4 +86,4 @@ print(guard.history.last.reasks) # A list of reasks ## Error Handling and Retries -Guardrails is designed to account for different types of errors that can occur when calling the LLM, and it is also designed to emit helpful errors when validations fail. Read more about error handling and retries [here](./error_remediation). \ No newline at end of file +Guardrails is designed to account for different types of errors that can occur when calling the LLM, and it is also designed to emit helpful errors when validations fail. Read more about error handling and retries [here](./error_remediation).