refactor(config): 将配置管理从doppler_config.py迁移到settings.py
This commit is contained in:
@@ -13,7 +13,7 @@ from pathlib import Path
|
||||
project_root = Path(__file__).parent.parent
|
||||
sys.path.insert(0, str(project_root))
|
||||
|
||||
from config.doppler_config import get_openrouter_key, get_rapidapi_key
|
||||
from config.settings import get_openrouter_key, get_rapidapi_key
|
||||
|
||||
def test_openrouter_api() -> bool:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user