Skip to content

Commit

Permalink
Update docs to mention langchain_community.llm (jupyterlab#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Feb 15, 2024
1 parent 04e3881 commit 156374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ keyword argument.
```python
# my_package/my_provider.py
from jupyter_ai_magics import BaseProvider
from langchain.llms import FakeListLLM
from langchain_community.llms import FakeListLLM


class MyProvider(BaseProvider, FakeListLLM):
Expand Down

0 comments on commit 156374b

Please sign in to comment.