반응형 ChatGPT2 chatGPT를 활용한 티스토리 썸네일 자동 업로드 with python(미완성) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 import requests import os from PIL import Image, ImageDraw, ImageFont from io import BytesIO BLOG_NAME = "rok0188.tistory.com" # 블로그명 입력 ACCESS_TOKEN = "" # 발급 받은 ACCESS_TOKEN 입력 # 이미지에 넣을 글자와 폰트, 폰트크기, 배경색, 글자색을 입력합니다. text = "title" font = .. 2023. 2. 21. ChatGPT 사용법 https://openai.com/blog/chatgpt/ ChatGPT: Optimizing Language Models for Dialogue We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests. ChatGPT is openai.com 링크를 클릭해 접속합니다. TRY CHATGPT를 클릭합니다. Sign up을 눌러줍니다. .. 2023. 2. 19. 이전 1 다음 반응형