Skip to content

Commit 32cfcde

Browse files
chore: docs
1 parent f422f39 commit 32cfcde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/evaluation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ python eval.py \
9393
| **client.is_chat_model** | Indicates if the model follows a chat-based interface. | `True` |
9494
| **client.generate_kwargs.temperature** | Temperature for model response randomness. | `0.0` |
9595
| **client.alternate_roles** | If True the instruction prompt will be fused with first observation. Required by some LLMs. | `False` |
96+
| **client.temperature** | If set to null will default to the API default temperature. Use a float from 0.0 to 1.0. otherwise. | `null` |
9697
| **envs.names** | Dash-separated list of environments to evaluate, e.g., `nle-minihack`. | `babyai-babaisai-textworld-crafter-nle-minihack`|
9798

9899

0 commit comments

Comments
 (0)