Validation for providers that don't require API key (like Ollama)
bool validateModelOnly(LLMConfig config) { return config.model.isNotEmpty; }