ChatCompletionResult |
ArkBaseServiceImpl.createContextChatCompletion(ContextChatCompletionRequest request) |
ChatCompletionResult |
ArkService.createContextChatCompletion(ContextChatCompletionRequest request) |
ChatCompletionResult |
ArkService.createContextChatCompletion(ContextChatCompletionRequest request,
Map<String,String> customHeaders) |
io.reactivex.Single<ChatCompletionResult> |
ArkApi.createContextChatCompletion(ContextChatCompletionRequest request,
String model,
Map<String,String> customHeaders) |
retrofit2.Call<okhttp3.ResponseBody> |
ArkApi.createContextChatCompletionStream(ContextChatCompletionRequest request,
String model,
Map<String,String> customHeaders) |
io.reactivex.Flowable<ChatCompletionChunk> |
ArkBaseServiceImpl.streamContextChatCompletion(ContextChatCompletionRequest request) |
io.reactivex.Flowable<ChatCompletionChunk> |
ArkService.streamContextChatCompletion(ContextChatCompletionRequest request) |
io.reactivex.Flowable<ChatCompletionChunk> |
ArkService.streamContextChatCompletion(ContextChatCompletionRequest request,
Map<String,String> customHeaders) |