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

[AI] GPT 통신을 통한 태담 생성 #13

Open
4 tasks done
JGoo99 opened this issue Jul 12, 2024 · 0 comments
Open
4 tasks done

[AI] GPT 통신을 통한 태담 생성 #13

JGoo99 opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
📬 API 서버 API 통신 ✨ Feature 기능 개발

Comments

@JGoo99
Copy link
Collaborator

JGoo99 commented Jul 12, 2024

어떤 기능인가요?

추가하려는 기능에 대해 간결하게 설명해주세요

Chat GPT API 를 활용하여 사용자의 사진과 추억을 기반으로한 태담을 생성합니다.

우선 특정 질문에 대한 GPT 의 전체 응답값 단위로 한번에 리턴하는 방법으로 구현한 뒤,
SSE 를 활용하여 단어 단위로 리턴하여 response-tiem 을 줄이는 방법 두가지를 구현해봅니다.

각각의 성능 차이와 유저 경험 향상 등을 기록할 예정입니다.

작업 상세 내용

  • GPT config 구현
  • 사진 -> 키워드 3개와 키워드 기반으로한 오늘 추억에 대한 질문 1
  • 질문 1에 대한 응답 -> 또 다른 질문 2
  • 질문 2에 대한 응답 -> 태담 내용 생성

(gpt 와의 모든 통신은 이전 대화기록도 같이 요청 바디값에 담깁니다.)

참고할만한 자료(선택)

chat-gpt-api-docs

@JGoo99 JGoo99 added 📬 API 서버 API 통신 ✨ Feature 기능 개발 labels Jul 12, 2024
@JGoo99 JGoo99 self-assigned this Jul 12, 2024
@JGoo99 JGoo99 changed the title [Chat GPT API] HTTP 통신을 통한 AI 기반 태담 생성 [AI] GPT 통신을 통한 태담 생성 Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API 서버 API 통신 ✨ Feature 기능 개발
Projects
None yet
Development

No branches or pull requests

1 participant