Skip to content

Commit

Permalink
docs: Fix minor typo regarding solver config (very -> vary) (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg authored Oct 5, 2024
1 parent 87362f0 commit 8142619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ insepct eval theory.py -T "test.csv" --model openai/gpt-4o

### Solvers

You can very the solver used for a task using the `--solver` flag. For example:
You can vary the solver used for a task using the `--solver` flag. For example:

``` bash
$ inspect eval theory.py --solver=tree_of_thought --model=openai/gpt-4o
Expand Down

0 comments on commit 8142619

Please sign in to comment.