get_img_base64

This commit is contained in:
glide-the 2024-05-21 14:22:12 +08:00
parent afba07e42d
commit 79be52fa18
2 changed files with 2 additions and 0 deletions

View File

@ -581,6 +581,7 @@ __all__ = [
"log_verbose",
"CHATCHAT_ROOT",
"DATA_PATH",
"IMG_DIR",
"NLTK_DATA_PATH",
"LOG_FORMAT",
"LOG_PATH",

View File

@ -14,6 +14,7 @@ from chatchat.configs import (
VECTOR_SEARCH_TOP_K,
HTTPX_DEFAULT_TIMEOUT,
log_verbose,
IMG_DIR
)
import httpx
import contextlib