mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 18:38:48 +00:00
Minor updates to READMEs (#12642)
This commit is contained in:
@@ -34,9 +34,9 @@ langchain app add plate-chain
|
||||
Then add the following code to your `server.py` file:
|
||||
|
||||
```python
|
||||
from plate_chain import chain as plate_chain_chain
|
||||
from plate_chain import chain as plate_chain
|
||||
|
||||
add_routes(app, plate_chain_chain, path="/plate-chain")
|
||||
add_routes(app, plate_chain, path="/plate-chain")
|
||||
```
|
||||
|
||||
(Optional) For configuring LangSmith, which helps trace, monitor and debug LangChain applications, use the following code:
|
||||
|
Reference in New Issue
Block a user