提交 d220d6cc 作者: 洪东保

大模型配置

父级 e9a1029d
......@@ -472,7 +472,7 @@ public class MeetingInfoServiceImpl extends ServiceImpl<MeetingInfoMapper, Meeti
*/
private String processWithClaude(String textContent, String meetingDate, String prompt,String meetingId, String subMeetingId) {
//将文件传送给大模型处理
String token = llmToken;
String token = "Bearer " + llmToken;
String apiAddr = llmApiAddr;
String model = llmModel;
int maxTokens = llmMaxTokens;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论