Sets the IP address for the AI session.
static Future<void> setAiIp(String aiIp) async => await _prefs?.setString(_keyAiIp, aiIp);