mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-11-07 10:59:22 +00:00
fix(core): Fix chat chat tracer no spans bug
This commit is contained in:
@@ -9,6 +9,7 @@ import requests
|
||||
import git
|
||||
import threading
|
||||
import datetime
|
||||
import logging
|
||||
from pathlib import Path
|
||||
from typing import List
|
||||
from urllib.parse import urlparse
|
||||
@@ -19,7 +20,8 @@ from auto_gpt_plugin_template import AutoGPTPluginTemplate
|
||||
|
||||
from pilot.configs.config import Config
|
||||
from pilot.configs.model_config import PLUGINS_DIR
|
||||
from pilot.logs import logger
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def inspect_zip_for_modules(zip_path: str, debug: bool = False) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user