Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ lightspeed-eval --system-config <CONFIG.yaml> --eval-data <EVAL_DATA.yaml> --out
```

### Usage Scenarios
Please make any necessary modifications to system.yaml and evaluation_data.yaml. The evaluation_data.yaml file includes sample data for guidance.

#### 1. API-Enabled Real-time data collection
```bash
Expand Down
2 changes: 1 addition & 1 deletion config/evaluation_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
turns:
- turn_id: turn_id1
query: User query
attachments: []
attachments: null
response: API response
tool_calls: null
contexts:
Expand Down