Update README.md
Browse files
README.md
CHANGED
@@ -128,6 +128,12 @@ Install our [python library](https://github.com/root-signals/rs-python-sdk):
|
|
128 |
pip install root-signals
|
129 |
```
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
Create your custom judge with custom instructions and run evaluation:
|
132 |
```python
|
133 |
my_custom_judge = client.evaluators.create(
|
|
|
128 |
pip install root-signals
|
129 |
```
|
130 |
|
131 |
+
Import our library:
|
132 |
+
```python
|
133 |
+
from root import RootSignals
|
134 |
+
client = RootSignals()
|
135 |
+
```
|
136 |
+
|
137 |
Create your custom judge with custom instructions and run evaluation:
|
138 |
```python
|
139 |
my_custom_judge = client.evaluators.create(
|