diff --git a/bertopic/representation/_litellm.py b/bertopic/representation/_litellm.py index 0aa1bebc..c872e381 100644 --- a/bertopic/representation/_litellm.py +++ b/bertopic/representation/_litellm.py @@ -46,7 +46,7 @@ class LiteLLM(BaseRepresentation): Usage: - To use this, you will need to install the openai package first: + To use this, you will need to install the litellm package first: `pip install litellm`