mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -33,7 +33,7 @@ langchain app add guardrails-output-parser
|
||||
|
||||
And add the following code to your `server.py` file:
|
||||
```python
|
||||
from guardrails_output_parser import chain as guardrails_output_parser_chain
|
||||
from guardrails_output_parser.chain import chain as guardrails_output_parser_chain
|
||||
|
||||
add_routes(app, guardrails_output_parser_chain, path="/guardrails-output-parser")
|
||||
```
|
||||
|
Reference in New Issue
Block a user