mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 05:08:20 +00:00
docs: Typo in Templates README.md (#14812)
Corrected path reference from package/pirate-speak to packages/pirate-speak
This commit is contained in:
parent
59c3c344df
commit
c316731d0f
@ -57,7 +57,7 @@ add_routes(app, pirate_speak_chain, path="/pirate-speak")
|
||||
```
|
||||
|
||||
You can now edit the template you pulled down.
|
||||
You can change the code files in `package/pirate-speak` to use a different model, different prompt, different logic.
|
||||
You can change the code files in `packages/pirate-speak` to use a different model, different prompt, different logic.
|
||||
Note that the above code snippet always expects the final chain to be importable as `from pirate_speak.chain import chain`,
|
||||
so you should either keep the structure of the package similar enough to respect that or be prepared to update that code snippet.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user