04-23 09:36
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 새마을금고
- ios
- ChatGPT
- Android
- MG더뱅킹정기예금
- Android Studio
- JetPack
- Swift
- 예금
- audio record
- 용산 호반써밋 에이디션
- 청약
- ndkVersion
- kotlin
- 사전청약
- KB
- 고금리
- BindingAdapter
- java
- gradle
- Data Binding
- 달러예금
- RETROFIT
- 3rd framework
- CHAT GPT
- ndk r24
- Mac
- arm-linux-androideabi
- Andorid
- EditText
Archives
- Today
- Total
목록OpenAPI (1)
pear
[openai] chatgpt 2 - RestAPI with retrofit
Call Retrofit API GPTRetrofitInterface mRetrofitInterface = RetrofitGPT .getClient(domain).create(GPTRetrofitInterface.class); try { gptBody body = new gptBody(); body.model = "gpt-3.5-turbo"; body.messages[0].role = "user"; body.messages[0].content = "contents"; Gson gson = new Gson(); String json = gson.toJson(body); JsonObject jsonObject = JsonParser.parseString(json).getAsJsonObject(); Call ..
dev/etc
2023. 3. 20. 17:42