diff --git a/bertopic/representation/_litellm.py b/bertopic/representation/_litellm.py index 5a7a891a..0aa1bebc 100644 --- a/bertopic/representation/_litellm.py +++ b/bertopic/representation/_litellm.py @@ -73,7 +73,7 @@ class LiteLLM(BaseRepresentation): prompt = "I have the following documents: [DOCUMENTS] \nThese documents are about the following topic: '" representation_model = LiteLLM(model="gpt", prompt=prompt) ``` - """ + """ # noqa: D301 def __init__( self,