Harrison/stop importing from init (#10690)

This commit is contained in:
Harrison Chase
2023-09-16 17:22:48 -07:00
committed by GitHub
parent 9749f8ebae
commit 5442d2b1fa
202 changed files with 321 additions and 327 deletions

View File

@@ -8,7 +8,7 @@ Let's take a look at it in action below, using it to summarize a long document.
```python
from langchain import OpenAI
from langchain.llms import OpenAI
from langchain.chains.summarize import load_summarize_chain
llm = OpenAI(temperature=0)