获取是否打开AI流式输出
static Future<bool> getEnableAIStream() async { return await PreferenceUtils.getBool(enableAIStream, true); }