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
- kanna parser
- 엑셀
- swift html parser
- 자전거
- 노은
- Exif
- euc-kr
- C#
- kanna html parser
- exifread
- StreamReader
- 파이썬
- 대전
- python
- EXIF data
- 스위프트
- html parser
- 대전 자전거
- Xcode
- swift
- insert into
- MDB
- VBA
- dataset
- mdb table 합치기
- 달력
- file move
- 대전 업힐
- 유성
- 딴지일보 자유게시판 파씽
Archives
- Today
- Total
목록OpenAI (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