mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +00:00
big docs refactor (#1978)
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ def change_directory() -> Iterator:
|
||||
"""Change the working directory to the right folder."""
|
||||
origin = Path().absolute()
|
||||
try:
|
||||
os.chdir("docs/modules/prompts/examples")
|
||||
os.chdir("docs/modules/prompts/prompt_templates/examples")
|
||||
yield
|
||||
finally:
|
||||
os.chdir(origin)
|
||||
|
Reference in New Issue
Block a user