requiresApiKey static method
Implementation
static bool requiresApiKey(ApiProviderType type) => switch (type) {
ApiProviderType.ollama => false,
_ => true,
};
static bool requiresApiKey(ApiProviderType type) => switch (type) {
ApiProviderType.ollama => false,
_ => true,
};