# 选择搜索引擎: brave、metaso 或 bocha
SEARCH_ENGINE=brave
# Brave Search API配置
BRAVE_API_KEY=your_brave_api_key_here
# Metaso搜索配置
METASO_UID=your_metaso_uid_here
METASO_SID=your_metaso_sid_here
# 博查搜索API配置
BOCHA_API_KEY=your_bocha_api_key_here
# 其他配置
# 如果需要代理,取消注释下面的行
# HTTPS_PROXY=http://127.0.0.1:7890
# HTTP_PROXY=http://127.0.0.1:7890