Skip to content

Commit

Permalink
docs: Typo in Templates README.md (#14812)
Browse files Browse the repository at this point in the history
Corrected path reference from package/pirate-speak to
packages/pirate-speak
  • Loading branch information
xkra authored Dec 18, 2023
1 parent 59c3c34 commit c316731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c316731

Please sign in to comment.