Access GitHub Copilot's LLM models (GPT-4.1, GPT-5.x, Claude, Gemini, and more) from any Python script via a local HTTP server. Works with the standard OpenAI Python client. Zero dependencies. This ...
ai-smart-crawler/ ├── ai_smart_crawler/ # 核心包 │ ├── __init__.py │ ├── simple_crawler.py # 基础爬虫 │ ├── ai_crawler.py ...