Skip to content

Commit

Permalink
Backport PR jupyterlab#642: Update docs to mention `langchain_communi…
Browse files Browse the repository at this point in the history
…ty.llms`
  • Loading branch information
jtpio authored and meeseeksmachine committed Feb 15, 2024
1 parent 9867456 commit c85a98b
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 c85a98b

Please sign in to comment.