apiKey method
Sets the API key for authentication
Implementation
LLMBuilder apiKey(String key) {
_config = _config.copyWith(apiKey: key);
return this;
}
Sets the API key for authentication
LLMBuilder apiKey(String key) {
_config = _config.copyWith(apiKey: key);
return this;
}