| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
ImageResponse |
OpenAiClient.genImages(Image image)
根据描述生成图片
|
ImageResponse |
OpenAiClient.genImages(Image image)
根据描述生成图片
|
ImageResponse |
OpenAiClient.genImages(String prompt)
根据描述生成图片
|
ImageResponse |
OpenAiClient.genImages(String prompt)
根据描述生成图片
|
ImageResponse |
OpenAiClient.variationsImages(File image)
Creates a variation of a given image.
|
ImageResponse |
OpenAiClient.variationsImages(File image)
Creates a variation of a given image.
|
ImageResponse |
OpenAiClient.variationsImages(File image,
ImageVariations imageVariations)
Creates a variation of a given image.
|
ImageResponse |
OpenAiClient.variationsImages(File image,
ImageVariations imageVariations)
Creates a variation of a given image.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ImageResponse> |
OpenAiApi.editImages(okhttp3.MultipartBody.Part image,
okhttp3.MultipartBody.Part mask,
Map<String,okhttp3.RequestBody> requestBodyMap)
Creates an edited or extended image given an original image and a prompt.
|
io.reactivex.Single<ImageResponse> |
OpenAiApi.editImages(okhttp3.MultipartBody.Part image,
okhttp3.MultipartBody.Part mask,
Map<String,okhttp3.RequestBody> requestBodyMap)
Creates an edited or extended image given an original image and a prompt.
|
io.reactivex.Single<ImageResponse> |
OpenAiApi.genImages(Image image)
Creates an image given a prompt.
|
io.reactivex.Single<ImageResponse> |
OpenAiApi.genImages(Image image)
Creates an image given a prompt.
|
io.reactivex.Single<ImageResponse> |
OpenAiApi.variationsImages(okhttp3.MultipartBody.Part image,
Map<String,okhttp3.RequestBody> requestBodyMap)
Creates a variation of a given image.
|
io.reactivex.Single<ImageResponse> |
OpenAiApi.variationsImages(okhttp3.MultipartBody.Part image,
Map<String,okhttp3.RequestBody> requestBodyMap)
Creates a variation of a given image.
|
Copyright © 2023 grt1228. All rights reserved.