Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

import os
import glob
import warnings
from dotenv import load_dotenv
from pathlib import Path

# 过滤 Pydantic 命名空间冲突警告
warnings.filterwarnings("ignore", category=UserWarning, message="Field \"model_name\" has conflict with protected namespace")

def load_all_env_files():
"""加载所有配置文件"""
# 加载默认.env文件
Expand Down
152 changes: 0 additions & 152 deletions connectors/async_base.py

This file was deleted.

Loading
Loading