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

[Backend : feat] gpt api response dto 수정 #44

Merged
merged 10 commits into from
Mar 9, 2024

Conversation

yo0oni
Copy link
Collaborator

@yo0oni yo0oni commented Mar 9, 2024

🔍 개요

  • 사용자의 데이터를 묶어 프롬프트로 GPT API로 요청 전송
  • 사용자의 데이터를 묶어 프롬프트를 요청으로 전송
  • String으로 날라오는 GPT API 응답을 GSON 응답으로 변환해서 반환하도록 구현

📝 작업사항

  • GPT 프롬프트 추가
  • Google GSON 라이브러리 의존성 추가
  • GptScheduleParser 구현
  • 불필요한 gpt api 응답 데이터 생략

@yo0oni yo0oni linked an issue Mar 9, 2024 that may be closed by this pull request
2 tasks
@yo0oni yo0oni self-assigned this Mar 9, 2024
@yo0oni yo0oni added the implement Implement function or feature label Mar 9, 2024
@yo0oni yo0oni merged commit 1899acd into dev_backend Mar 9, 2024
1 check passed
@yo0oni yo0oni deleted the backend/feature/42-gpt-api-response-dto branch March 9, 2024 17:19
@yo0oni yo0oni changed the title Backend/feature/42 gpt api response dto [Backend : feat] gpt api response dto 수정 Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implement Implement function or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backend : feat] GPT API ResponseDto 구현
1 participant