15 commentaires (15 commentaires)1 réaction (1 réaction)0 assignés (0 assignés)Python4 446 stars (4 446 stars)643 forks (643 forks)batch import
good first issue
Description
相比于ChatGPT,claude: 在国内可以直接注册、使用,不用担心被封号; 回答问题的质量不亚于ChatGPT; 而且免费。 所以为什么不开发Claude版小爱音箱?
Guide contributeur
- Stack technique
- pythonrest api
- Domaine
- backendapi
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- active
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- Python knowledgeAPI integration basicsRead existing LLM adaptersXiaoMi speaker SDK
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 50
- Direction de recherche
- 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.