Update overwrites.py

This commit is contained in:
haoy945 2024-03-13 15:45:09 +08:00 committed by GitHub
parent f4a946abaa
commit 64f1388bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,8 @@ from __future__ import annotations
import logging
from typing import List, Tuple
from app_modules.presets import *
from app_modules.utils import *
from app_modules.presets import gr
from app_modules.utils import detect_converted_mark, convert_asis, convert_mdtext
def compact_text_chunks(self, prompt, text_chunks: List[str]) -> List[str]: