2018007956 / Preddit

스터디에 최적화된 커뮤니티 플랫폼
0 stars 0 forks source link

feat: generate AI's response to post contents #53

Closed 2018007956 closed 3 months ago

2018007956 commented 3 months ago

Overview

Change Log

  1. AI 답변 생성 UI 작성 : client/src/pages/r/[sub]/[identifier]/[slug].tsx
  2. 백엔드에서 Gemma2 API 사용해서 post body를 프롬프트로 넣어줌 : server/src/routes/ai-response.ts getAIResponse
  3. 생성된 답변을 프론트로 보내서 화면 출력

Result

Issue Tags