list_models
List available models for a specified model type (ollama, openai, huggingface, ggml) to serve as attack or target models.
Instructions
List all available models for a given model type.
Those models can be used for the attack and target models.
Args:
model_type (str): The type of model to list (ollama, openai, huggingface, ggml)
Returns:
list[str]: A list of available models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_type | Yes |