forked from phoenix/litellm-mirror
docs(argilla.md): add sampling rate to argilla calls
This commit is contained in:
parent
4f5ff65882
commit
6e7e96211c
1 changed files with 8 additions and 0 deletions
|
@ -57,3 +57,11 @@ litellm_settings:
|
|||
## Example Output
|
||||
|
||||
<Image img={require('../../img/argilla.png')} />
|
||||
|
||||
## Add sampling rate to Argilla calls
|
||||
|
||||
To just log a sample of calls to argilla, add `ARGILLA_SAMPLING_RATE` to your env vars.
|
||||
|
||||
```bash
|
||||
ARGILLA_SAMPLING_RATE=0.1 # log 10% of calls to argilla
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue