validateApiKey

abstract suspend fun validateApiKey(apiKey: String): Boolean(source)

Checks whether ArliAI accepts the supplied API key.

Return

true when the provider accepts the key.

Author

Dmitriy Moroz

Parameters

apiKey

ArliAI API key entered by the user.