2025.10.24

This commit is contained in:
2287551746@qq.com
2025-10-24 12:35:36 +08:00
parent 851fb3ccbb
commit 2bd241ebb4
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
## 💕注意事项
代码可一键运行即可,主要是感受,没有关键知识点。
+4
View File
@@ -0,0 +1,4 @@
## 💕注意事项
1. llm模型调用是deepseek官网推荐的调用流程,这个结构是我们以后调用api常用的方法。
2. 多轮问答agent涵盖llm、prompt、memory几个模块。如果想改变ai角色与初识提问,直接更改messages里的content即可。