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

[Chore] 브랜딩 AI 팀원 정확도 향상 #161

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

Ares-10
Copy link
Contributor

@Ares-10 Ares-10 commented Aug 6, 2024

📍 PR 타입

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

❗️ 관련 이슈 링크

Close #158

🔁 변경 및 추가사항

  • gpt-4o API 사용 부분 system, user 메시지 구분 (레퍼런스 참고: 메시지 역할)
  • 브랜딩 요청 gpt 모델 수정 gpt-3.5-turbo -> gpt-4o
  • 브랜딩 형식에서 소리 브랜딩 내용 제거
  • 이미지 생성 gpt 모델 수정 gpt-4o -> dall-e-3
  • 이미지 생성 크기 조정 256 * 256 -> 1024 * 1024
  • 이미지 생성 정확도 향상

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

✅ 체크 리스트

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

@Ares-10 Ares-10 self-assigned this Aug 6, 2024
@Ares-10 Ares-10 changed the title Issue/158 fix designer ai [Chore] 브랜딩 AI 팀원 정확도 향상 Aug 6, 2024
Copy link
Member

@88dldl 88dldl left a comment

Choose a reason for hiding this comment

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

이미지 생성 (로고, 캐릭터) 랑 브랜딩 테스트 해봤는데 결과값 너무 잘나오네요!!! 👍

+ "1. 참조 아이콘 스타일: 해당 분야와 관련된 앱스토어 인기순위 상위 100개 기업의 로고를 참조\n"
+ "2. 아이콘 설명:\n"
+ " - 설명: [설명]\n"
+ " - 모양: 테두리가 둥근 정사각형\n"
Copy link
Member

Choose a reason for hiding this comment

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

이런 부분은 정해진 형식인거죠? 이것도 대괄호 처리하면 결과값이 잘 안나오나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

임의로 더 정확도 높은 결과물을 위해 임의로 지정한 형식입니다. 대괄호 처리해도 상관 없을 것 같아요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

모양 설명을 대괄호 처리하면 앱 로고가 원형, 정사각형 등등 다양하게 나올 수 있고 화면 전체에 로고가 그려지거나 하는 등 결과물이 예상하기에 어렵게 나와요

Copy link
Member

Choose a reason for hiding this comment

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

아하 아무래도 그렇겠죠... 지금 테스트 결과도 너무 만족스럽게 나와서 그냥 이대로 해도 좋을 것 같습니다!

Copy link
Member

@88dldl 88dldl left a comment

Choose a reason for hiding this comment

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

LGTM!!!!

@Ares-10 Ares-10 merged commit b23df2e into develop Aug 7, 2024
@Ares-10 Ares-10 deleted the issue/158-fix-designer-AI branch August 7, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chore] 디자이너 AI 정확도 수정
2 participants