mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 18:19:03 -04:00
Update overwrites.py
This commit is contained in:
parent
f4a946abaa
commit
64f1388bd0
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user