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
1
app.py
1
app.py
|
|
@ -196,6 +196,7 @@ def admin_request(rid):
|
|||
|
||||
if action == 'save_prompt':
|
||||
update_request(rid,
|
||||
suno_title=request.form.get('suno_title', '').strip(),
|
||||
suno_style=request.form.get('suno_style', '').strip(),
|
||||
suno_lyrics=request.form.get('suno_lyrics', '').strip(),
|
||||
status='prompt_ready'
|
||||
|
|
|
|||
Reference in a new issue