Skip to content

Commit

Permalink
fix: add the remainder of the sentence (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSH committed Apr 16, 2024
1 parent 9b474e5 commit 64874b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/evals.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Evaluates a pandas dataframe using a set of user-specified evaluators that asses
* **provide\_explanation** (bool, optional): If true, each output dataframe will contain an explanation column containing the LLM's reasoning for each evaluation.
* **use\_function\_calling\_if\_available** (bool, optional): If true, function calling is used (if available) as a means to constrain the LLM outputs. With function calling, the LLM is instructed to provide its response as a structured JSON object, which is easier to parse.
* **verbose** (bool, optional): If true, prints detailed information such as model invocation parameters, retries on failed requests, etc.
* **concurrency** (int, optional): The number of concurrent workers if async submission is possible. If
* **concurrency** (int, optional): The number of concurrent workers if async submission is possible. If not provided, a recommended default concurrency is set on a per-model basis.

### Returns

Expand Down

0 comments on commit 64874b8

Please sign in to comment.