Add menus for saving presets/characters/instruction templates/prompts (#2621)

This commit is contained in:
oobabooga 2023-06-11 12:19:18 -03:00 committed by GitHub
parent ea0eabd266
commit 6133675e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 220 additions and 98 deletions

View file

@ -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):