Future<bool> setApiKey(String k) async { apiKey = k; lastStatus = AIStatus.inactive; return await testModel(); }