ai_dev.py 206 B

1234567891011
  1. """
  2. @author: luojunhui
  3. """
  4. from applications.ai import tencent_ai
  5. prompt = "易中天对退休人的忠告,看了才没白活, 通过这个标题搜索相关文章"
  6. res = tencent_ai(prompt)
  7. print(res)