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

Feat : 문장 완성 기능 / 주제 추천 기능 통합하는 프롬프트 개발 #17

Open
J-nowcow opened this issue Nov 7, 2023 · 1 comment

Comments

@J-nowcow
Copy link
Member

J-nowcow commented Nov 7, 2023

문제 상황

  • 어떤 상황에서 문장 완성을 해야 할지, 주제 추천을 해야 할지 알 수 없음
  • 마지막 문장이 완성되었는지를 기준으로 판단하는데, 이 판단 또한 gpt한테 시킬 수 있을 것으로 판단됨
  • 마지막 문장의 완성 여부 판단 + 기존 프롬프트 로 gpt를 두번 호출하는 코드를 작성하면 전체 호출 시간이 느려질 것으로 판단됨 -> 통합된 하나의 프롬프트로 작성
@J-nowcow
Copy link
Member Author

J-nowcow commented Nov 7, 2023

TODO


  • 통합 프롬프트 작성 및 테스트
  • 프론트에서 원하는 양식에 맞춰 gpt 출력값 후처리
  • AWS api 연결
  • 기존 코드 삭제

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

No branches or pull requests

1 participant