Skip to content

Commit 8bd8e5f

Browse files
docs: update evaluation.md possible APIs
1 parent 0b457df commit 8bd8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/evaluation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ python eval.py \
8787
| **eval.num_episodes** | Number of episodes per environment for evaluation. | `{nle: 5, minihack: 5, babyai: 25, ...}` |
8888
| **eval.save_trajectories**| Whether to save agent trajectories during evaluation. | `True` |
8989
| **eval.save_images** | Whether to save images of the trajectory during evaluation. | `False` |
90-
| **client.client_name** | Type of the client used, e.g. for vLLM servers you would use `vllm`. | `openai` |
90+
| **client.client_name** | Type of the client used, `vllm`, `openai`, `gemini`, `claude` | `openai` |
9191
| **client.model_id** | Name of the model used. | `gpt-4o` |
9292
| **client.base_url** | Base URL of the model server for API requests with vllm. | `http://localhost:8080/v1` |
9393
| **client.is_chat_model** | Indicates if the model follows a chat-based interface. | `True` |

0 commit comments

Comments
 (0)