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