chore: update deps

This commit is contained in:
源文雨
2025-09-24 00:24:04 +08:00
parent 73eef961b5
commit 7640f0cfac
3 changed files with 7 additions and 3 deletions

View File

@@ -575,7 +575,7 @@ func llmchat(prompt string, temp int64) (string, error) {
return "", errors.New("不支持的AI类型")
}
data, err := x.Request(mod.User(prompt))
data, err := x.Request(mod.User(model.NewContentText(prompt)))
if err != nil {
return "", err
}