BotChatCompletionResult |
ArkBaseServiceImpl.createBotChatCompletion(BotChatCompletionRequest request) |
BotChatCompletionResult |
ArkService.createBotChatCompletion(BotChatCompletionRequest request) |
io.reactivex.Single<BotChatCompletionResult> |
ArkApi.createBotChatCompletion(BotChatCompletionRequest request,
String botId,
Map<String,String> customHeaders) |
retrofit2.Call<okhttp3.ResponseBody> |
ArkApi.createBotChatCompletionStream(BotChatCompletionRequest request,
String botId,
Map<String,String> customHeaders) |
io.reactivex.Flowable<BotChatCompletionChunk> |
ArkBaseServiceImpl.streamBotChatCompletion(BotChatCompletionRequest request) |
io.reactivex.Flowable<BotChatCompletionChunk> |
ArkService.streamBotChatCompletion(BotChatCompletionRequest request) |