mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-05-02 08:29:05 -04:00
Update overwrites.py
This commit is contained in:
parent
f4a946abaa
commit
64f1388bd0
@ -22,8 +22,8 @@ from __future__ import annotations
|
|||||||
import logging
|
import logging
|
||||||
from typing import List, Tuple
|
from typing import List, Tuple
|
||||||
|
|
||||||
from app_modules.presets import *
|
from app_modules.presets import gr
|
||||||
from app_modules.utils import *
|
from app_modules.utils import detect_converted_mark, convert_asis, convert_mdtext
|
||||||
|
|
||||||
|
|
||||||
def compact_text_chunks(self, prompt, text_chunks: List[str]) -> List[str]:
|
def compact_text_chunks(self, prompt, text_chunks: List[str]) -> List[str]:
|
||||||
|
Loading…
Reference in New Issue
Block a user