static OpenAiChatResponseVo |
OpenAiClient.chatCompletions(OpenAiChatRequestVo chatRequestVo) |
static okhttp3.Call |
OpenAiClient.chatCompletions(OpenAiChatRequestVo chatRequestVo,
okhttp3.Callback callback) |
static OpenAiChatResponseVo |
OpenAiClient.chatCompletions(String apiKey,
OpenAiChatRequestVo chatRequestVo) |
static OpenAiChatResponseVo |
OpenAiClient.chatCompletions(String apiPerfixUrl,
String apiKey,
OpenAiChatRequestVo chatRequestVo) |
static okhttp3.Call |
OpenAiClient.chatCompletions(String serverUrl,
String apiKey,
OpenAiChatRequestVo chatRequestVo,
okhttp3.Callback callback) |