Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed Nov 13, 2024
1 parent 5e719e3 commit b5cc415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bertopic/representation/_litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b5cc415

Please sign in to comment.