validate abstract method

bool validate(
  1. LLMConfig config
)

Validate that the config contains all required fields for this provider

Implementation

bool validate(LLMConfig config);