You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ In this example we use `gpt_detector` pipeline and set some hyperparameters. In
67
67
In addtion, the `SigLLM` object takes in a `decimal` argument to determine how many digits from the float value include. Here, we don't want to keep any decimal values, so we set it to zero.
68
68
69
69
```python3
70
+
import os
70
71
from sigllm import SigLLM
71
72
from mlblocks.discovery import get_pipelines_paths
0 commit comments