| 程序包 | 说明 |
|---|---|
| com.litongjava.openai.client |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChatResponseVo |
OpenAiClient.chatCompletions(OpenAiChatRequestVo chatRequestVo) |
static ChatResponseVo |
OpenAiClient.chatCompletions(String model,
ChatMessage chatMessage) |
static ChatResponseVo |
OpenAiClient.chatCompletions(String apiPerfixUrl,
String apiKey,
OpenAiChatRequestVo chatRequestVo) |
static ChatResponseVo |
OpenAiClient.chatCompletionsByModel(String model,
String role,
String prompt) |
static ChatResponseVo |
OpenAiClient.chatCompletionsWithRole(String role,
String prompt) |
Copyright © 2024. All rights reserved.