We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
추가하려는 기능에 대해 간결하게 설명해주세요
Chat GPT API 를 활용하여 사용자의 사진과 추억을 기반으로한 태담을 생성합니다.
우선 특정 질문에 대한 GPT 의 전체 응답값 단위로 한번에 리턴하는 방법으로 구현한 뒤, SSE 를 활용하여 단어 단위로 리턴하여 response-tiem 을 줄이는 방법 두가지를 구현해봅니다.
각각의 성능 차이와 유저 경험 향상 등을 기록할 예정입니다.
(gpt 와의 모든 통신은 이전 대화기록도 같이 요청 바디값에 담깁니다.)
chat-gpt-api-docs
The text was updated successfully, but these errors were encountered:
JGoo99
No branches or pull requests
어떤 기능인가요?
Chat GPT API 를 활용하여 사용자의 사진과 추억을 기반으로한 태담을 생성합니다.
우선 특정 질문에 대한 GPT 의 전체 응답값 단위로 한번에 리턴하는 방법으로 구현한 뒤,
SSE 를 활용하여 단어 단위로 리턴하여 response-tiem 을 줄이는 방법 두가지를 구현해봅니다.
각각의 성능 차이와 유저 경험 향상 등을 기록할 예정입니다.
작업 상세 내용
(gpt 와의 모든 통신은 이전 대화기록도 같이 요청 바디값에 담깁니다.)
참고할만한 자료(선택)
chat-gpt-api-docs
The text was updated successfully, but these errors were encountered: