LLM & Testing
brain testllm test
Validates connectivity and response from your configured LLM provider.
brain testllm testWhat it does
- 1.Loads provider config from brain.yaml
- 2.Sends a simple test prompt ("What is 2 + 2?")
- 3.Validates the response
- 4.Fetches and displays available model list (first 5)
- 5.Reports pass or fail with actionable suggestions
Supported providers
OpenAI
openaiOllama
ollamaGemini
geminiHuggingFace
huggingfaceNote
If
provider: none, the command prints "LLM disabled" and exits cleanly.