openai-tutorial
openai-tutorial copied to clipboard
openai-tutorial
openai-tutorial 예제를 모아놓은 Repo입니다.
본 repo는 아래 블로그 글에서 다룬 코드를 저장하고 있습니다.
- OpenAI GPT3.5 활용하기
- https://lsjsj92.tistory.com/655
- OpenAI GPT3.5 fine-tuning 하기
- https://lsjsj92.tistory.com/656
Example list
- GPT3.5 기본 활용 방법
- gpt3_5(davinci-text-003).py
- GPT3.5 Fine-tuning model 활용
- gpt3(davinci)_finetuning.py
- GPT3.5 with Slack
- gpt3_5(davinci-text-003)_slack.py