ask_model
Send a question to a chosen Ollama model and get an answer directly. Specify the model name and question to leverage local AI for accurate responses.
Instructions
Ask a question to a specific Ollama model
Args:
model: Name of the model to use (e.g., 'llama2')
question: The question to ask the model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| question | Yes |