# Google & Baidu Search API Configuration

# Google Custom Search API
# Get from: https://console.cloud.google.com/apis/credentials
GOOGLE_API_KEY=your_google_api_key_here
GOOGLE_CX=your_search_engine_id_here

# Baidu Search API
# Get from: https://ai.baidu.com/
BAIDU_API_KEY=your_baidu_api_key_here

# Instructions:
# 1. Replace placeholder values with your actual API keys
# 2. Save this file
# 3. The skill will automatically load these configuration

# Note: At least one search engine must be configured
