diff --git a/modules/chat.py b/modules/chat.py index 91b75239..42c0d46d 100644 --- a/modules/chat.py +++ b/modules/chat.py @@ -32,7 +32,12 @@ from modules.text_generation import ( get_encoded_length, get_max_prompt_length ) -from modules.utils import delete_file, get_available_characters, get_available_users, save_file +from modules.utils import ( + delete_file, + get_available_characters, + get_available_users, + save_file +) from modules.web_search import add_web_search_attachments