瀏覽代碼

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

罗俊辉 11 月之前
父節點
當前提交
37d308ffa6
共有 3 個文件被更改,包括 80 次插入32 次删除
  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