feat: adjust report format and enforce image persistence
This commit is contained in:
8
config/__init__.py
Normal file
8
config/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
配置模块
|
||||
"""
|
||||
|
||||
from .llm_config import LLMConfig
|
||||
|
||||
__all__ = ['LLMConfig']
|
||||
Reference in New Issue
Block a user