Fix templates typos (#12428)

This commit is contained in:
David Duong
2023-10-27 18:32:57 +02:00
committed by GitHub
parent c8195769f2
commit 52c194ec3a
5 changed files with 17 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ langchain = ">=0.0.323"
openai = ">=0.27.9"
[tool.langserve]
export_module = "exctraction_openai_functions"
export_module = "extraction_openai_functions"
export_attr = "chain"
[build-system]