Merge pull request #19 from J-Hajime-S/enhancement/erase-prompt-when-post

Feat: Implement prompt erasing bofore post
This commit is contained in:
TheSmallHanCat
2025-11-30 10:33:31 +08:00
committed by GitHub

View File

@@ -250,7 +250,7 @@ class SoraClient:
"kind": "sora" "kind": "sora"
} }
], ],
"post_text": prompt "post_text": ""
} }
# 发布请求需要添加 sentinel token # 发布请求需要添加 sentinel token