15 comments (15 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python4,446 stars (4,446 stars)643 forks (643 forks)batch import
good first issue
Description
相比于ChatGPT,claude: 在国内可以直接注册、使用,不用担心被封号; 回答问题的质量不亚于ChatGPT; 而且免费。 所以为什么不开发Claude版小爱音箱?
Contributor guide
- Tech stack
- pythonrest api
- Domain
- backendapi
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- active
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Python knowledgeAPI integration basicsRead existing LLM adaptersXiaoMi speaker SDK
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- The issue requests adding Claude as a new LLM option for the Xiao Ai speaker. Start by examining how existing LLMs (e.g., ChatGPT via openai.py) are integrated in the xiaogpt codebase. Identify the common interface or adapter pattern. Then implement a new module for Claude using Anthropic's API. Pay attention to any specific requirements mentioned in the comments of issue #242. Ensure the new integration follows the same configuration and error handling patterns.