mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Better filenames for new prompts in the Notebook tab
This commit is contained in:
parent
fc23345c6d
commit
da148232eb
|
|
@ -53,7 +53,7 @@ def delete_file(fname):
|
|||
|
||||
|
||||
def current_time():
|
||||
return f"{datetime.now().strftime('%Y-%m-%d-%H%M%S')}"
|
||||
return f"{datetime.now().strftime('%Y-%m-%d_%Hh%Mm%Ss')}"
|
||||
|
||||
|
||||
def atoi(text):
|
||||
|
|
|
|||
Loading…
Reference in a new issue