Single-paste Hermes response with title extraction and copy buttons
This commit is contained in:
parent
665a7e5655
commit
30732c0b64
3 changed files with 46 additions and 19 deletions
|
|
@ -14,6 +14,7 @@ CREATE TABLE IF NOT EXISTS requests (
|
|||
style_genre TEXT,
|
||||
extra_requests TEXT,
|
||||
status TEXT DEFAULT 'pending',
|
||||
suno_title TEXT,
|
||||
suno_style TEXT,
|
||||
suno_lyrics TEXT,
|
||||
song_a_path TEXT,
|
||||
|
|
|
|||
Reference in a new issue