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