ai_dev.py 159 B

1234567891011
  1. """
  2. @author: luojunhui
  3. """
  4. from applications.ai import tencent_ai
  5. prompt = "帮我找一下最近的热点新闻链接"
  6. res = tencent_ai(prompt)
  7. print(res)