04-22 12:09
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ndkVersion
- 달러예금
- 청약
- gradle
- ios
- 고금리
- RETROFIT
- KB
- CHAT GPT
- 사전청약
- Android
- JetPack
- audio record
- Andorid
- MG더뱅킹정기예금
- ndk r24
- ChatGPT
- arm-linux-androideabi
- 3rd framework
- Data Binding
- 새마을금고
- EditText
- kotlin
- 예금
- Mac
- BindingAdapter
- Swift
- java
- Android Studio
- 용산 호반써밋 에이디션
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