Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: 사용자는 허브 태그 자동 생성 기능을 이용할 수 있다. #65

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • 구글 gemini api를 이용하여 태그 자동 생성 요청을 구현하였습니다.
    • 현재 gemini api를 무료로 사용할 수 있다는 점, open ai의 저렴한 모델인 gpt3.5에 비해서 높은 성능을 보인다는 점에서 gemini를 선택하였습니다.
  • 통신에는 RestClient를 이용합니다.
  • 태그 자동 생성을 사용하는 서비스 로직과 이를 트리거하는 이벤트는 별도의 이슈에서 작업합니다.

@hseong3243 hseong3243 added the Feat 새로운 기능을 개발합니다. label Apr 5, 2024
@hseong3243 hseong3243 self-assigned this Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

Test Results

136 tests  +1   136 ✅ +1   2s ⏱️ ±0s
 47 suites +1     0 💤 ±0 
 47 files   +1     0 ❌ ±0 

Results for commit 59cfba0. ± Comparison against base commit 683692b.

@hseong3243 hseong3243 merged commit 4924fad into main Apr 5, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#64-hub-tag-auto-create branch April 5, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능을 개발합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 사용자는 허브 태그 자동 생성 기능을 이용할 수 있다.
1 participant