Add menus for saving presets/characters/instruction templates/prompts (#2621)
This commit is contained in:
parent
ea0eabd266
commit
6133675e0f
5 changed files with 220 additions and 98 deletions
|
|
@ -3,7 +3,10 @@
|
|||
import logging
|
||||
import platform
|
||||
|
||||
logging.basicConfig(format='%(levelname)s:%(message)s')
|
||||
logging.basicConfig(
|
||||
format='%(asctime)s %(levelname)s:%(message)s',
|
||||
datefmt='%Y-%m-%d %H:%M:%S',
|
||||
)
|
||||
|
||||
|
||||
def add_coloring_to_emit_windows(fn):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue