Ouz-G commited on
Commit
068548e
·
verified ·
1 Parent(s): 4b82e4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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(