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

♻️ [Refactor] OpenAI GPT-4o 모델로 통합 #160

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Conversation

88dldl
Copy link
Member

@88dldl 88dldl commented Aug 6, 2024

📍 PR 타입

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #159

🔁 변경 및 추가사항

  • 회의 진행 기능에서 최소 값(1분)이 입력되었을 때, 회의진행 추천이 제대로 되지 않는 문제가 있었는데,
    이전에 사용하던 gpt-3.5-turbo모델에서 gpt-4o모델로 바꾸어 테스트 해본 결과 제대로 된 추천 값이 리턴 되는 것을 확인했습니다!
  • 기존 이미지 생성 로직에서 gpt-4o를 텍스트로 받던 것을 설정 파일에서 받아와 실행되도록 수정했습니다

📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@88dldl 88dldl added the ♻️ Refactor 코드 리팩토링 label Aug 6, 2024
@88dldl 88dldl self-assigned this Aug 6, 2024
@88dldl 88dldl linked an issue Aug 6, 2024 that may be closed by this pull request
1 task
Copy link
Contributor

@Ares-10 Ares-10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고했습니다

@88dldl 88dldl merged commit e77f6cc into develop Aug 7, 2024
@88dldl 88dldl deleted the issue/159-gpt-4 branch August 7, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

♻️ [Refactor] OpenAI GPT-4 모델로 통합
2 participants