BCT AI Chatbot

OpenAI API > Fine-tunes > Cancel fine-tune 살펴 보겠습니다

이번에는 Cancel fine-tune 에 대해서 살펴 보겠습니다. Fine-tunes란 Manage fine-tuning jobs to tailor a model to your specific training data. Cancel fine-tune Path parameters fine_tune_id (string / 필수) The ID

BCT AI Chatbot

OpenAI API : Files 살펴 보겠습니다 (2)

정의 Files are used to upload documents that can be used with features like Fine-tuning. API 총 5개 API가 있고, 이번에는 Retrieve file content 살펴 보겠습니다. List files / Upload

BCT AI Chatbot

OpenAI API : Files 살펴 보겠습니다

정의 Files are used to upload documents that can be used with features like Fine-tuning. API 총 5개 API가 있습니다. List files / Upload file / Delete file / Retrieve

BCT AI Chatbot

OpenAI API : Chat 살펴 보겠습니다

정의 Given a list of messages describing a conversation, the model will return a response. Create chat completion POST https://api.openai.com/v1/chat/completionsCreates a model response for the given chat conversation. Request body

BCT AI Chatbot

OpenAI API : Retrieve fine-tune 살펴 보겠습니다

이번에는 Retrieve fine-tune 에 대해서 살펴 보겠습니다 (2) Retrieve fine-tune 제목 내용 설명 Request GET https://api.openai.com/v1/fine-tunes/{fine_tune_id} Gets info about the fine-tune job. Parameters fint_tune_id (string / 필수) The ID of

OpenAI API : Create fine-tune 살펴 보겠습니다

지난 글에서 OpenAI API 중 Embeddings와 Files에 대해 알아 보았고, 이 글에서는 Fine-tunes에 대해 살펴 보겠습니다. Fine-tunes API는 다음과 같이 총 6개 있습니다. (1) Create fine-tune Request POST https://api.openai.com/v1/fine-tunes Request

인기 글

Ubuntu 22.04 LTS에 Python 3.8 or 3.9 설치 방법
서버 : Vultr 클라우드OS: Ubuntu 22.04 LTS사용자 계정 생성하여 설치 진행함1. Start with the system updatesudo apt update...
오라클 클라우드 OCI 가입 드디어 성공 했습니다 (상세 후기)
2023년 2월 16일에 ‘오라클 클라우드 지급 검증 실패 글‘을 남긴 적이 있습니다.그 때 검색을 통해 해결 방법을 찾아 보았고, 당시 성공했던 분들의...
cURL error 28: Resolving timed out after xxx milliseconds 해결 방법
다양한 워드프레스 사이트를 구축하다 보면 호스팅이 아닌 자체 서버를 사용하는 것이 유용한 경우가 있습니다. 하지만 이 경우 서버 구성이라던지 워드프레스 환경을 구동하기 위한 웹서버/DB서버...
카카오톡 섬네일 이미지와 문구 수정 방법
워드프레스 웹사이트 구축 후 도메인 연결하고 지인에게 카카오톡으로 링크 보낼 때 다음과 같이 섬네일 이미지와 문구가 원하지 않아 이를 수정하고 싶은 경우가 있습니다.수정...
[Ubuntu] ufw 방화벽 설정
ufw란?iptables 보다 쉽고 직관적으로 방화벽 설정을 할 수 있는 패키지ufw 상태 관리 명령어ufw의 상태를 관리하는 명령어# ufw 활성화 $ sudo...