Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbyh committed Sep 19, 2024
1 parent 131f537 commit 42e6833
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 156 deletions.
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

0 comments on commit 42e6833

Please sign in to comment.