isAvailable method

Future<bool> isAvailable()

Check if the LLM is available.

Implementation

Future<bool> isAvailable() async => true;