project-brain logoproject-brain

LLM & Testing

brain testllm test

Validates connectivity and response from your configured LLM provider.

brain testllm test

What it does

  1. 1.Loads provider config from brain.yaml
  2. 2.Sends a simple test prompt ("What is 2 + 2?")
  3. 3.Validates the response
  4. 4.Fetches and displays available model list (first 5)
  5. 5.Reports pass or fail with actionable suggestions

Supported providers

OpenAI

openai

Ollama

ollama

Gemini

gemini

HuggingFace

huggingface

Note

If provider: none, the command prints "LLM disabled" and exits cleanly.