Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 엑셀
- 스위프트
- python
- swift
- C#
- insert into
- euc-kr
- exifread
- mdb table 합치기
- 파이썬
- kanna html parser
- 대전 자전거
- Exif
- 달력
- VBA
- 대전 업힐
- 유성
- file move
- swift html parser
- 노은
- 자전거
- Xcode
- 대전
- dataset
- StreamReader
- html parser
- MDB
- kanna parser
- 딴지일보 자유게시판 파씽
- EXIF data
Archives
- Today
- Total
목록ChatGPT (1)
Fly to the sky & Return
chatGPT api 이용 sample code
To use the OpenAI GPT API in Python, you can use the openai library, which provides a simple Python interface to interact with the OpenAI GPT API. Here's a basic example of how you could generate text using the GPT API: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 import openai # Set the OpenAI API key openai.api_key = "YOUR_API_KEY" # Define the model and prompt to use model_engine = "..
프로그래밍/파이썬
2023. 2. 5. 11:17