dev
parent
e1a787e310
commit
420beaa6bd
|
@ -69,6 +69,8 @@ func job() error {
|
|||
}
|
||||
}
|
||||
result := aichat.NewAiReq(excel.ExcelAddress).StartChat(option.MODEL_API).PrepareWechatBody()
|
||||
remainder := fmt.Sprintf("文件同步完成,地址是%v,稍后将发送ai分析结果%v", excel.ExcelAddress, ">_<~")
|
||||
notifer.SendWechat(remainder)
|
||||
notifer.SendWechat(result)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue