Skip to content

Commit

Permalink
Merge pull request #1196 from guardrails-ai/remove-darkmode-concept-doc
Browse files Browse the repository at this point in the history
remove darkmode concept viz
  • Loading branch information
zsimjee authored Dec 10, 2024
2 parents 4855635 + a68f267 commit 04bbabe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/concepts/guard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
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 comments on commit 04bbabe

Please sign in to comment.