Skip to content

Commit

Permalink
docs: 글자 굵기 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
yooookm committed Nov 14, 2024
1 parent c94eb21 commit 97be532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ presigned URL을 통해 이미지 파일을 S3에 업로드하고, 백엔드 서

- 태그 요약 적용: 프론트엔드에서 사용할 세 가지 태그를 요약하도록 파인튜닝을 추가로 진행했습니다. 프론트엔드와의 연동 과정에서 태그를 추가하는 것이 유용할 것이라는 의견을 반영하여 이를 구현했습니다. 차트 데이터를 준비하는 데 시간이 많이 소요되었기 때문에 태그를 추가하여 다시 파인튜닝하는 것이 어렵다고 판단했고, 대신 태그를 위한 파인튜닝을 별도로 진행하는 것으로 결정했습니다.

4. 문제 해결
4. **문제 해결**
- 가끔 AI가 null 값을 반환하는 문제가 있었지만, 대부분 한 번 더 시도하면 정상적으로 동작했습니다. 이에 따라 백엔드 서비스에서 첫 번째 시도에 성공하지 않을 경우 최대 세 번까지 재시도하도록 수정하였고, 세 번 시도 후에도 응답이 없을 경우 그때 프론트엔드에 에러 메시지를 보내도록 변경했습니다.

<br/>
Expand Down Expand Up @@ -160,7 +160,7 @@ presigned URL을 통해 이미지 파일을 S3에 업로드하고, 백엔드 서
<br/>

## 🧩 ERD
<p align='center'>g
<p align='center'>
<img width="700" alt="caregiver_difficulty" src="docs/source/erd.png">
</p>

Expand Down

0 comments on commit 97be532

Please sign in to comment.