feat: 添加默认history

This commit is contained in:
余泓铮
2025-07-30 21:36:25 +08:00
parent 3ab52e22ea
commit 4031290a70

View File

@@ -51,6 +51,7 @@ func NewWingsService() (ILLMService, error) {
bizId: bizID,
accessKey: accessKey,
secretKey: secretKey,
history: []History{},
}, nil
}