Skip to content

Commit

Permalink
Update docs to mention langchain_community.llm
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Feb 15, 2024
1 parent 6639c66 commit ae63c54
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 ae63c54

Please sign in to comment.