fix: unify keyframe prompt routing and remove unused style extraction#143
Merged
Conversation
lywaterman
marked this pull request as ready for review
July 17, 2026 03:41
Signed-off-by: Eric <liuyang124846@gmail.com>
Signed-off-by: Eric <liuyang124846@gmail.com>
lywaterman
force-pushed
the
agent/keyframe-prompt-cleanup
branch
from
July 17, 2026 03:43
741ecbd to
dfb1285
Compare
NewYuee
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
DC-video-prompt-optimizer-LLMKEYFRAME_PROMPT_MODEL上游模型覆盖能力原因
首尾帧提示词此前沿用通用 SuperPower 配置,可能落到没有稳定 DC 名称的模型。统一使用视频提示词优化模型后,NewAPI 可继续动态映射真实上游模型,同时不暴露供应商模型名。
小说风格提取仅由旧完整导入方法调用,产物
claymore/project_style.md没有任何活跃代码读取;当前 Web/SaaS 导入使用ingest_novel_fast(),本来也不会执行该步骤。保留它只会增加无效模型调用和维护成本。积分影响
不修改积分规则。EE 的
beat_video_prompt仍按产品功能扣一次积分;任务内模型调用通过现有feature_included策略避免重复扣除用户积分。验证
git diff --check origin/main...HEAD配置与迁移
KEYFRAME_PROMPT_PROVIDER/ 全局直连 provider 不再控制此路径;模型请求统一走 NewAPIKEYFRAME_PROMPT_MODEL