Skip to content

Commit a68f267

Browse files
committed
remove darkmode concept viz
1 parent 4855635 commit a68f267

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/concepts/guard.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The guard object is the main interface for Guardrails. It can be used without co
66
## How it works
77

88
![Guardrails Logo](../img/guardrails_arch_white_vertical.png#only-light)
9-
![Guardrails Logo](../img/guardrails_arch_dark_vertical.png#only-dark)
109

1110

1211
## Two main flows
@@ -87,4 +86,4 @@ print(guard.history.last.reasks) # A list of reasks
8786

8887
## Error Handling and Retries
8988

90-
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).
89+
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).

0 commit comments

Comments
 (0)