Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating docs #1065

Merged
merged 3 commits into from
Sep 20, 2024
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@

- The `select()` method (for `Results` and `ScenarioList`) now allows partial match on key names to save typing.

- `Results` now include a field `generated_tokens` showing the tokens that were generated by the model.
- New columns in `Results`:
`generated_tokens` shows the tokens that were generated by the model
`raw_model_response.<question_name>_cost` shows the cost of the result for the question, applying the token quanities & prices
`raw_model_response.<question_name>_one_usd_buys` shows the number of results for the question that 1USD will buy
`raw_model_response.<question_name>_raw_model_response` shows the raw response for the question

- `Results` method `tree` can be used to display a nested tree for specified components.

Expand Down
Loading
Loading