You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openai.Completion.create()와 openai.ChatCompletion.create()을 둘다 OpenAI에서 만들어 실험을 했는데... 이제 openai.Completion.create()는 deprecated 되고 있고 openai.ChatCompletion.create()으로 통일되어가는 분위기라... 어디서 읽은 기억이 있는데... 링크를 찾지 못하겠네요 ㅠㅠ
이 둘 사이를 함수명령어로 명확히 single turn과 multi turn API 호출을 구분해 두는 것이 필요해 보입니다. 왜냐하면 multi turn api 호출이 더 좋은 결과를 보이기 때문에 .. 그리고 openai.ChatCompletion.create() 함수가 명칭에서 명확히 하고 있기 때문이라고 생각됩니다.
초기 Completion API가 많이 사용되었으나 openai.Completion.create()
현재는 openai.ChatCompletion.create() 으로 많이 넘어간 듯 싶습니다.
혹시, ChatCompletion API도 제공되나요?
The text was updated successfully, but these errors were encountered: