@@ -0,0 +1,11 @@
+"""
+@author: luojunhui
+from applications.ai import tencent_ai
+
+prompt = "帮我找一下最近的热点新闻链接"
+res = tencent_ai(prompt)
+print(res)