fix article generation task status logging
This commit is contained in:
@@ -66,7 +66,7 @@ func NewArticleHandler(a *bootstrap.App) *ArticleHandler {
|
||||
a.GenerationStreams,
|
||||
a.Config().Generation,
|
||||
a.Config().LLM.MaxOutputTokens,
|
||||
).WithCache(a.Cache).WithConfigProvider(a.ConfigStore),
|
||||
).WithCache(a.Cache).WithLogger(a.Logger).WithConfigProvider(a.ConfigStore),
|
||||
streams: a.GenerationStreams,
|
||||
app: a,
|
||||
assets: NewAssetHandler(a),
|
||||
|
||||
Reference in New Issue
Block a user