From c316731d0f4d4d2c11325b9c6ef655079c2f8c21 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 18 Dec 2023 10:56:56 +0900 Subject: [PATCH] docs: Typo in Templates README.md (#14812) Corrected path reference from package/pirate-speak to packages/pirate-speak --- templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md b/templates/README.md index 4cd6b8df82f..cad3d422447 100644 --- a/templates/README.md +++ b/templates/README.md @@ -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.