mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-06 00:19:13 +00:00
Harrison/stop importing from init (#10690)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user