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

hotfix: 동화생성 이미지 null 오류 해결 #51

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

BokDoong
Copy link
Owner

@BokDoong BokDoong commented Nov 8, 2023

  1. @RequestPart(required=false)를 통해 null 값으로 들어와도 가능하게 로직을 수정
  2. '== null'을 통해 null으로 왔는지 체크하는 코드 구성
  3. LLM 기술을 이용하여 들고오는 메서드를 역할에 맞게 메서드명을 수정: createEnglishTale() -> createTaleByLLM()

@BokDoong BokDoong self-assigned this Nov 8, 2023
@BokDoong BokDoong merged commit c9aaaa6 into develop Nov 8, 2023
1 check passed
@BokDoong BokDoong deleted the hotfix branch November 8, 2023 15:52
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.

1 participant