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: development/CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ uv run black eval_protocol
360
360
361
361
## Available Reward Functions
362
362
363
-
Reward Kit includes these out-of-the-box reward functions:
363
+
Eval Protocol includes these out-of-the-box reward functions:
364
364
365
365
| Category | Reward Functions |
366
366
|----------|-----------------|
@@ -380,7 +380,7 @@ Reward Kit includes these out-of-the-box reward functions:
380
380
381
381
## Running Examples
382
382
383
-
The examples folder contains sample code for using the Reward Kit:
383
+
The examples folder contains sample code for using Eval Protocol:
384
384
385
385
```bash
386
386
# Run evaluation preview example
@@ -506,7 +506,7 @@ If you encounter authentication issues:
506
506
3. **Check Account ID**: Confirm that the `FIREWORKS_ACCOUNT_ID` is correct for the environment you are targeting (e.g., `pyroworks-dev`for the dev API, or your personal account ID).
507
507
4. **API Base URL**: If using `FIREWORKS_API_BASE`, ensure it points to the correct API endpoint (e.g., `https://dev.api.fireworks.ai`for development).
508
508
509
-
You can use the following snippet to check what credentials the Reward Kit is resolving:
509
+
You can use the following snippet to check what credentials Eval Protocol is resolving:
510
510
```python
511
511
from eval_protocol.auth import get_fireworks_api_key, get_fireworks_account_id
0 commit comments