Browse Source

v0.7
修改判断是否存在的逻辑

罗俊辉 10 months ago
parent
commit
37d308ffa6
3 changed files with 80 additions and 32 deletions
  1. 11 0
      test/ai_dev.py
  2. 21 0
      test/dev_0606.py
  3. 48 32
      test/test4.py

+ 11 - 0
test/ai_dev.py

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

File diff suppressed because it is too large
+ 21 - 0
test/dev_0606.py


File diff suppressed because it is too large
+ 48 - 32
test/test4.py


Some files were not shown because too many files changed in this diff