fix: generated_by tag — v6-length-fix → v7
This commit is contained in:
parent
0edc6e3f3a
commit
10af2ca244
@ -1350,8 +1350,8 @@ async function runLlmPipeline(
|
||||
await pool.query(
|
||||
`UPDATE blog_drafts
|
||||
SET title = $9, draft_content = $1, word_count = $2,
|
||||
generated_by = 'fo-blog-engine-v6-length-fix',
|
||||
pipeline_version = 'v6-length-capped',
|
||||
generated_by = 'fo-blog-engine-v7',
|
||||
pipeline_version = 'v7',
|
||||
pipeline_steps_completed = $3,
|
||||
auto_qa_score = $4,
|
||||
outline = $5,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user