kakaotech-bootcamp-11 / kakaotech-bootcamp-11-ktb-11-project-1-chatbot-nlp-server

0 stars 0 forks source link

[Feat] chatGPT output stream format #1

Open jieun-lim opened 3 months ago

jieun-lim commented 3 months ago

Current behavior

chatGPT output text를 string 방식으로 API 호출에 리턴함

Expected behavior

chatGPT output text를 stream 형식으로 리턴 목적: 사용자 UX 향상

Solution

참고 자료

jieun-lim commented 3 months ago

flask가 비동기식 제공하지 않음. 현재는 그냥 동기식으로 구현해놓음.

jieun-lim commented 2 months ago

To Do

chatGPT API function calling 2가지로 구성