Open Issues Need Help
View All on GitHub [Refactor] 맞춤법 검사 로직 개선으로 API 효율성 증대 2 months ago
AI Summary: Refactor the `generate_vocabulary` function in `app/main.py` to improve API efficiency by reducing unnecessary AI calls. The task involves checking if a user's input word (or its AI-corrected version) already exists in the local JSON storage before calling the Google Gemini API. If a match is found, return the stored data instead of making another API call. Consider adding test cases.
Complexity:
3/5
enhancement good first issue
[Docs] README의 AI 모델 이름과 실제 코드 불일치 수정 2 months ago
AI Summary: Update the project's README file to reflect the correct AI model name used in the code (gemini-2.0-flash-exp) instead of the outdated name (Google Gemini 2.5 Flash). This ensures consistency between the documentation and the actual implementation.
Complexity:
1/5
documentation good first issue