Chat Completions API는 배치(batch) 처리를 지원하지만, Assistants API는 미지원 하는 이유 알아보니.... https://platform.openai.com/docs/api-reference/streaming스트리밍은 Chat Completions API와 Assistants API 모두에서 지원되는데https://platform.openai.com/docs/api-reference/batchbatch에서 Chat Completions API는 지원되는데 Assistants API 는 미지원하는 이유는 뭘까요?Chat Completions API와 Assistants API는 각각 다른 목적과 사용 사례를 염두에 두고 설계되었습니다. Chat Completions AP..